From 8b20db86f3d5da60ace214423a6746936ce1314c Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 29 May 2020 23:05:54 -0700 Subject: more reasonable builds --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 . -- cgit v1.2.3