mirror of https://github.com/dirtbags/fluffy.git
uninstall target
This commit is contained in:
parent
03f9111cf2
commit
1bb3a7e6d0
3
Makefile
3
Makefile
|
@ -20,6 +20,9 @@ install: $(TARGETS) $(SCRIPTS)
|
|||
install $(TARGETS) $(DESTDIR)$(PREFIX)/bin
|
||||
install $(SCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
uninstall:
|
||||
cd $(PREFIX)/bin && rm -f $(TARGETS) $(SCRIPTS)
|
||||
|
||||
pmerge: pmerge.o pcap.o
|
||||
|
||||
puniq: puniq.o pcap.o
|
||||
|
|
Loading…
Reference in New Issue