aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fc2a3d..6625528 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ RUST_LIB := target/debug/libdome_key_map.a
.PHONY: build
-build: $(SOURCE_FILES)
+build: $(SOURCE_FILES) $(RUST_LIB)
xcodebuild -scheme DomeKey -configuration Debug
$(RUST_LIB):