diff options
| author | Teddy Wing | 2021-03-07 15:57:02 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-07 16:00:29 +0100 |
| commit | 6f7678106abc7deccc5f7d01c40b000a19e31aeb (patch) | |
| tree | 53c6090107a8a9afbe86a08d9cd9149e8d488fd1 | |
| parent | 6c1f9f85b4428e8c64a006ab65333db094348562 (diff) | |
| download | Re-Good-Catalina-Invert-Colours-6f7678106abc7deccc5f7d01c40b000a19e31aeb.tar.bz2 | |
Makefile: Annotate `all` target as phony
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
