From 22e0cbe022faa067c3dddc50f99029ccfa24c2df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 11:38:22 -0600 Subject: add common GPL headers --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3