From de3acae8ab80cfb85dff195ad92d29c363093662 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 22 May 2021 15:11:49 -0700 Subject: [PATCH] the files need to be marked PHONEY so they are ALWAYS rebuilt.. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0798201..7c7726b 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ $(LIBLORA_TEST): $(LIBLORA_TEST_OBJS) .PHONY: all DEPENDS = .arm_deps .test_deps -.PHONY: depend +.PHONY: $(DEPENDS) depend: $(DEPENDS) .for i in $(DEPENDS)