aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efa0d0a..b678617 100644
--- a/Makefile
+++ b/Makefile
@@ -72,3 +72,9 @@ docker-launch: docker-build
.PHONY: install
run: install
sally
+
+.PHONY: grumps-build
+grumps-build: test
+ rm -rf _tmp
+ mkdir -p _tmp
+ CGO_ENABLED=0 go build -a -o _tmp/sally .