diff options
author | bptato <nincsnevem662@gmail.com> | 2022-01-22 23:32:48 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-01-22 23:32:48 +0100 |
commit | c73367b5e940c184247908a22cd4a495de4a0fde (patch) | |
tree | 4bf5fd142607ce583d76ce60eaa4468018df93fd /makefile | |
parent | 8a8667d0449112373015e7eacc1014435036fe52 (diff) | |
download | chawan-c73367b5e940c184247908a22cd4a495de4a0fde.tar.gz |
Rebrand program
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
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 |