summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-02 10:40:16 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-02 23:19:47 -0400
commita1becedfd72dce2d0bc21fd4ec6e617df19b00cd (patch)
treefa85eec6adfbb68471769aad551a9a301515f823 /Makefile
parent979763ca4a23e82de4934eeec779695859faa429 (diff)
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..dc4ef84b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+build:
+ cargo build
+
+test:
+ bash -c "diff -u <(git show | cut -c 2-) <(git show | delta --width variable | ansifilter | cut -c 2-)"