1
0
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:
Francisco Molina 2020-01-09 11:04:32 +01:00
parent c8461a4bef
commit 673ff3e94a

View File

@ -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