From fbbe3f7e2fb506eb4097125d33608a54b4d7711e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 24 Oct 2018 02:12:14 +0200 Subject: Makefile: Add a `clean` target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3