aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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