pk/st
1
0
mirror of https://github.com/pikami/st.git synced 2025-04-12 04:31:48 +01:00

fixed makefile.

This commit is contained in:
Aurélien Aptel 2010-09-02 02:03:53 +02:00
parent c762fce23c
commit 95b236a22a

@ -54,6 +54,6 @@ uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
@rm -f ${DESTDIR}${PREFIX}/bin/st
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
@rm -f ${DESTDIR}${MANPREFIX}/man1/sic.1
@rm -f ${DESTDIR}${MANPREFIX}/man1/st.1
.PHONY: all options clean dist install uninstall