summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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-) \