mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13056 from fjmolinas/pr_fix_local_pkg_13036
pkg/local.mk: fix local pkg build
This commit is contained in:
commit
4dc67679a4
@ -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