summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-03-03 10:16:35 -0600
committerDan Davison <dandavison7@gmail.com>2020-03-03 10:16:35 -0600
commit5293dba7560be300530838c117559746d2b4a4e7 (patch)
tree06fa66d276391b140c8f5d42ef39a5f1a130fde1 /Makefile
parenta60adfb0279534790d68090e81a8f4e0ae1ee077 (diff)
Rearrange Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e36c55b..079e06b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-lint:
- cargo clippy
-
build:
cargo build --release
+lint:
+ cargo clippy
+
test:
cargo test
bash -c "diff -u <(git log -p | cut -c 2-) \