summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90b8f6c..5aa6415 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,8 @@ goimports:
clean:
rm -f go.*
+gpl:
+ wit-test --witcom
+
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)