1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/local.mk: Add FORCE target to .PHONY

This commit is contained in:
Leandro Lanzieri 2020-02-21 14:57:39 +01:00
parent ea24d30e7a
commit a9536e6df6

View File

@ -6,7 +6,7 @@
#
# WARNING: any local changes made to $(PKG_BUILDDIR) *will* get lost!
.PHONY: prepare clean all
.PHONY: prepare clean all FORCE
all: $(PKG_BUILDDIR)/.prepared