Added the rm config.h for patching purposes
This commit is contained in:
parent
bf549d6709
commit
a3d2c86e70
1
Makefile
1
Makefile
|
@ -53,5 +53,6 @@ install: st
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||||
|
rm config.h
|
||||||
|
|
||||||
.PHONY: all options clean dist install uninstall
|
.PHONY: all options clean dist install uninstall
|
||||||
|
|
Loading…
Reference in New Issue