about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-01-22 23:32:48 +0100
committerbptato <nincsnevem662@gmail.com>2022-01-22 23:32:48 +0100
commitc73367b5e940c184247908a22cd4a495de4a0fde (patch)
tree4bf5fd142607ce583d76ce60eaa4468018df93fd /makefile
parent8a8667d0449112373015e7eacc1014435036fe52 (diff)
downloadchawan-c73367b5e940c184247908a22cd4a495de4a0fde.tar.gz
Rebrand program
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 4ca1eabb..47dbff7c 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 NIMC = nim c
-FLAGS = -d:ssl -o:twt
+FLAGS = -d:ssl -o:cha
 FILES = src/main.nim
 
 debug:
@@ -9,6 +9,6 @@ release:
 profile:
 	$(NIMC) $(FLAGS) --profiler:on --stacktrace:on -d:profile $(FILES)
 install:
-	cp twt /usr/local/bin/
+	cp cha /usr/local/bin/
 clean:
-	rm ./twt
+	rm ./cha