diff options
| author | Teddy Wing | 2021-03-07 16:01:12 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-07 16:01:12 +0100 |
| commit | 60f881910ff9f19f73283ae2e1c01b8dd851bfe4 (patch) | |
| tree | f0fd94df5a45fbe159244a20b41f438b184fe47d | |
| parent | 6f7678106abc7deccc5f7d01c40b000a19e31aeb (diff) | |
| download | Re-Good-Catalina-Invert-Colours-60f881910ff9f19f73283ae2e1c01b8dd851bfe4.tar.bz2 | |
Makefile: Add a `clean` target
Give us a way to remove all build files.
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -48,3 +48,10 @@ $(BUILD_DIR): $(LOCAL_INCLUDE_DIR): | $(BUILD_DIR) mkdir -p $@ + + +.PHONY: clean +clean: + rm -rf $(RELEASE_PRODUCT) \ + $(BUILD_DIR) \ + $(DDHOTKEY_OBJ) |
