aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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…