mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-25 22:46:05 +03: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
|
chmod 644 $(DESTDIR)$(mandir)/man8/iodine.8
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(RM) $(RM_FLAGS) $(sbindir)/iodine
|
$(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodine
|
||||||
$(RM) $(RM_FLAGS) $(sbindir)/iodined
|
$(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodined
|
||||||
$(RM) $(RM_FLAGS) $(mandir)/man8/iodine.8
|
$(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
@(cd tests; make all)
|
@(cd tests; make all)
|
||||||
|
Loading…
Reference in New Issue
Block a user