aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-19 12:46:54 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-19 12:46:54 +0200
commit66efdff768c305b785234a918c67a687d437380d (patch)
tree6e58a363b7cf818e0a3ff32bdcab95a68db8e64e /Makefile
parentb0672d093221133dd58c01ca5498ebf9ebb29ee5 (diff)
downloadst-patched-66efdff768c305b785234a918c67a687d437380d.tar.bz2
st-patched-66efdff768c305b785234a918c67a687d437380d.tar.xz
st-patched-66efdff768c305b785234a918c67a687d437380d.zip
fixed backspace problem, updated terminfo entry and moved TNAME in config.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14da7a5..9ec8d21 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,6 @@ install: all
42 @cp -f st ${DESTDIR}${PREFIX}/bin 42 @cp -f st ${DESTDIR}${PREFIX}/bin
43 @chmod 755 ${DESTDIR}${PREFIX}/bin/st 43 @chmod 755 ${DESTDIR}${PREFIX}/bin/st
44 @tic st.info 44 @tic st.info
45 @tic st-256color.info
46 45
47uninstall: 46uninstall:
48 @echo removing executable file from ${DESTDIR}${PREFIX}/bin 47 @echo removing executable file from ${DESTDIR}${PREFIX}/bin