Add static build target to Makefile

This commit is contained in:
Alex Ling 2020-02-25 02:32:32 +00:00
parent 9f6261e02d
commit 46b36860d1

View File

@ -10,6 +10,9 @@ uglify:
build: libs
crystal build src/mango.cr --release --progress
static: uglify | libs
crystal build src/mango.cr --release --progress --static
libs:
shards install