aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-29 16:45:21 -0700
committerFuwn <[email protected]>2021-03-29 16:45:21 -0700
commitbdcd73bad2eced2d847243d151d1ba9e57a70249 (patch)
tree439f8f311779963d1b9af1d91e5b6741aa27a117
parentetc: Remove unused dependency (diff)
downloadwhirl-bdcd73bad2eced2d847243d151d1ba9e57a70249.tar.xz
whirl-bdcd73bad2eced2d847243d151d1ba9e57a70249.zip
format: Capitalization
-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