Makefile: uninstall [ command in the uninstall rule
Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
parent
73c8dfafe9
commit
60ef169a18
2
Makefile
2
Makefile
|
@ -203,7 +203,7 @@ install: all
|
||||||
cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
|
cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN)
|
cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [
|
||||||
cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
|
cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user