aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-07 15:57:02 +0100
committerTeddy Wing2021-03-07 16:00:29 +0100
commit6f7678106abc7deccc5f7d01c40b000a19e31aeb (patch)
tree53c6090107a8a9afbe86a08d9cd9149e8d488fd1
parent6c1f9f85b4428e8c64a006ab65333db094348562 (diff)
downloadRe-Good-Catalina-Invert-Colours-6f7678106abc7deccc5f7d01c40b000a19e31aeb.tar.bz2
Makefile: Annotate `all` target as phony
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab6dfbf..6624a72 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ LOCAL_INCLUDE_DIR := $(BUILD_DIR)/include
RELEASE_PRODUCT := invert-catalina-invert
+.PHONY: all
all: $(RELEASE_PRODUCT)
$(RELEASE_PRODUCT): $(SOURCES) build/libddhotkey.a build/include/*.h