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 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
|
||||||
install $(SCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
install $(SCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
cd $(PREFIX)/bin && rm -f $(TARGETS) $(SCRIPTS)
|
||||||
|
|
||||||
pmerge: pmerge.o pcap.o
|
pmerge: pmerge.o pcap.o
|
||||||
|
|
||||||
puniq: puniq.o pcap.o
|
puniq: puniq.o pcap.o
|
||||||
|
|
|
@ -35,6 +35,10 @@ On a non-Ubuntu system,
|
||||||
you may need to edit your `.bashrc` to add `$HOME/bin` to your `PATH`
|
you may need to edit your `.bashrc` to add `$HOME/bin` to your `PATH`
|
||||||
environment variable.
|
environment variable.
|
||||||
|
|
||||||
|
## Uninstalling
|
||||||
|
|
||||||
|
make DESTDIR=$HOME uninstall
|
||||||
|
|
||||||
|
|
||||||
Forks and Packages
|
Forks and Packages
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue