about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-01-20 23:26:29 +0100
committerbptato <nincsnevem662@gmail.com>2021-01-20 23:26:29 +0100
commit6e1ef74bdca4c629bda2756a6e72279e038195f4 (patch)
treeea06c329dbf98e55803887c9780703f9201ff987 /Makefile
parent07ee263ccc895b543d0b017f1446e9121bc8a1bb (diff)
downloadchawan-6e1ef74bdca4c629bda2756a6e72279e038195f4.tar.gz
some things just never work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68cb1ff5..b0297753 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
 all: build
 build:
 	nim compile -d:ssl -o:twt main.nim
+release:
+	nim compile -d:release -d:ssl -o:twt main.nim