aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-10-24 02:12:14 +0200
committerTeddy Wing2018-10-24 02:12:14 +0200
commitfbbe3f7e2fb506eb4097125d33608a54b4d7711e (patch)
tree55f9d815fea09bdc5a7cfb1f0d8c627d85acb351 /Makefile
parentbbe8d9e851bffcb531395121f22f16c2a85a7564 (diff)
downloadDomeKey-fbbe3f7e2fb506eb4097125d33608a54b4d7711e.tar.bz2
Makefile: Add a `clean` target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b804e0d..cc62af2 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ $(DEBUG_PRODUCT): $(SOURCE_FILES) $(RUST_LIB)
$(RUST_LIB): $(RUST_SOURCE_FILES)
$(MAKE) -C $(RUST_DIR) $(RUST_LOCAL_LIB)
+.PHONY: clean
+clean:
+ xcodebuild -scheme DomeKey -configuration Debug clean
+
.PHONY: run
run: build
$(DEBUG_PRODUCT) --daemon