aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Anselm R Garbe <anselm@garbe.us>2010-07-24 12:09:14 +0100
committerGravatar Anselm R Garbe <anselm@garbe.us>2010-07-24 12:09:14 +0100
commit10e49a0505a250fc78c41842d93eb2a0abaf4c93 (patch)
treeaf9f4d60b382a279fae457aca96fa0b17e158146 /Makefile
parent9e8f5f1348e3a38d5c0d90bddcf40c9c03caa098 (diff)
applied Devin J Pohly's st color info patches, thanks Devin!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ec8d21..14da7a5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ install: all
@cp -f st ${DESTDIR}${PREFIX}/bin
@chmod 755 ${DESTDIR}${PREFIX}/bin/st
@tic st.info
+ @tic st-256color.info
uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin