rust: fix make all to build step binaries.
authorJoel Martin <github@martintribe.org>
Tue, 15 Mar 2016 03:28:24 +0000 (22:28 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 15 Mar 2016 03:28:24 +0000 (22:28 -0500)
rust/Makefile

index e51072b..cb2d432 100644 (file)
@@ -15,7 +15,7 @@ BINS = $(SRCS:%.rs=target/release/%)
 
 #####################
 
-all: mal
+all: $(BINS)
 
 dist: mal