diff options
author | Anselm R Garbe <anselm@garbe.us> | 2010-07-24 12:09:14 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2010-07-24 12:09:14 +0100 |
commit | 2bbe19f9d5fa9e57483cf6c78ba2338e2670dc52 (patch) | |
tree | af9f4d60b382a279fae457aca96fa0b17e158146 /Makefile | |
parent | 5f4fb527ced90426bbe95565b52c81461d031b2e (diff) | |
download | st-2bbe19f9d5fa9e57483cf6c78ba2338e2670dc52.tar.gz st-2bbe19f9d5fa9e57483cf6c78ba2338e2670dc52.tar.bz2 |
applied Devin J Pohly's st color info patches, thanks Devin!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |