aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2020-05-29 23:05:54 -0700
committerMax Resnick <max@ofmax.li>2020-05-29 23:05:54 -0700
commit8b20db86f3d5da60ace214423a6746936ce1314c (patch)
tree9392e0fe6aabe5fe7ff02675679ec1e737225dbf /Makefile
parent3db7a7fc8ab9efc1cdb88dcfd3b974581c203236 (diff)
downloadsally-1.1.2.tar.gz
more reasonable buildsv1.1.2grumps-master
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 .