diff --git a/Makefile b/Makefile index 9736e02..859e5e3 100644 --- a/Makefile +++ b/Makefile @@ -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