mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
uninstall in destdir
This commit is contained in:
parent
d679babb67
commit
d978ed47bc
6
Makefile
6
Makefile
|
@ -28,9 +28,9 @@ install: all
|
|||
chmod 644 $(DESTDIR)$(mandir)/man8/iodine.8
|
||||
|
||||
uninstall:
|
||||
$(RM) $(RM_FLAGS) $(sbindir)/iodine
|
||||
$(RM) $(RM_FLAGS) $(sbindir)/iodined
|
||||
$(RM) $(RM_FLAGS) $(mandir)/man8/iodine.8
|
||||
$(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodine
|
||||
$(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodined
|
||||
$(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
|
||||
|
||||
test: all
|
||||
@(cd tests; make all)
|
||||
|
|
Loading…
Reference in New Issue