mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/local.mk: fix local pkg build
This commit is contained in:
parent
c8461a4bef
commit
673ff3e94a
@ -6,7 +6,9 @@
|
||||
#
|
||||
# WARNING: any local changes made to $(PKG_BUILDDIR) *will* get lost!
|
||||
|
||||
.PHONY: prepare clean
|
||||
.PHONY: prepare clean all
|
||||
|
||||
all: $(PKG_BUILDDIR)/.prepared
|
||||
|
||||
prepare: $(PKG_BUILDDIR)/.prepared
|
||||
@true
|
||||
|
Loading…
Reference in New Issue
Block a user