From 579402e4f904537c32891317db1af490c93b77fe Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Thu, 9 Aug 2018 21:52:15 -0400 Subject: Adds .PHONY to local and run --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8ac9d2..60ce701 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ -.PHONY: all +.PHONY: local local: cargo build --release +.PHONY: run run: ifndef ARGS @echo Run "make run" with ARGS set to pass arguments… -- cgit v1.2.3