about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-11-07 09:44:09 +0100
committerbptato <nincsnevem662@gmail.com>2021-11-07 09:44:09 +0100
commitcac5382d4e9f9f7536a12448dcbe3657f19dbbf4 (patch)
tree53118177c7219c4dc16f16215afbb0be96bb7455 /makefile
parent872db4726aaf53f307139dd42e79809ce9796c0e (diff)
downloadchawan-cac5382d4e9f9f7536a12448dcbe3657f19dbbf4.tar.gz
Another failed attempt at the layout engine
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5d6e99c6..8ee91b18 100644
--- a/makefile
+++ b/makefile
@@ -6,5 +6,7 @@ debug:
 	$(NIMC) $(FLAGS) $(FILES)
 release:
 	$(NIMC) $(FLAGS) -d:release -d:strip -d:lto $(FILES)
+install:
+	cp twt /usr/local/bin/
 clean:
 	rm ./twt