aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-08-28 06:52:36 +0200
committerTeddy Wing2018-08-28 06:52:36 +0200
commit625982045ac56bdb47c1f1ed5aefefecfb887886 (patch)
tree3159eceaa629a830e88c80a333a7d79641785ff6 /Makefile
parent16b15e0b35bde7c37d7b293e6d7e01d8154a416d (diff)
downloadDomeKey-625982045ac56bdb47c1f1ed5aefefecfb887886.tar.bz2
Makefile(build): Add dependency on Rust library target
Diffstat (limited to 'Makefile')
-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):