diff options
author | Teddy Wing | 2018-08-28 06:52:36 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-28 06:52:36 +0200 |
commit | 625982045ac56bdb47c1f1ed5aefefecfb887886 (patch) | |
tree | 3159eceaa629a830e88c80a333a7d79641785ff6 /Makefile | |
parent | 16b15e0b35bde7c37d7b293e6d7e01d8154a416d (diff) | |
download | DomeKey-625982045ac56bdb47c1f1ed5aefefecfb887886.tar.bz2 |
Makefile(build): Add dependency on Rust library target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |