From 46b36860d160fce45cda615bd0f19ac29ba03ef9 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Tue, 25 Feb 2020 02:32:32 +0000 Subject: [PATCH] Add static build target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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