diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ 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 | ||
45 | 46 | ||
46 | uninstall: | 47 | uninstall: |
47 | @echo removing executable file from ${DESTDIR}${PREFIX}/bin | 48 | @echo removing executable file from ${DESTDIR}${PREFIX}/bin |