aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5d11278..4ca4760 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-flags = -d -v # These are just generally useful for development.
+FLAGS = -d -v # These are just generally useful for development.
help:
- cargo run -- $(flags) help
+ cargo run -- $(FLAGS) help
run:
- cargo run -- $(flags) run
+ cargo run -- $(FLAGS) run
config:
- cargo run -- $(flags) config
+ cargo run -- $(FLAGS) config