summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 11:38:22 -0600
committerJeff Carr <[email protected]>2025-02-01 11:38:22 -0600
commit22e0cbe022faa067c3dddc50f99029ccfa24c2df (patch)
treee901bbdfb41ade81a99d12f12113ea6559a13517 /Makefile
parent899cbb3483ee67fc9b868531b9c16bea5d364aee (diff)
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)