From 625982045ac56bdb47c1f1ed5aefefecfb887886 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 28 Aug 2018 06:52:36 +0200 Subject: Makefile(build): Add dependency on Rust library target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3