mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-14 05:05:02 -05:00
Makefile: add distclean target, remove tags file
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
f36eb7be39
commit
820e31bfc0
3
Makefile
3
Makefile
@ -76,6 +76,9 @@ uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/sbin/sslh $(DESTDIR)$(PREFIX)/share/man/man8/$(MAN) $(DESTDIR)/etc/init.d/sslh $(DESTDIR)/etc/default/sslh
|
||||
update-rc.d sslh remove
|
||||
|
||||
distclean: clean
|
||||
rm -f tags
|
||||
|
||||
clean:
|
||||
rm -f sslh-fork sslh-select echosrv $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user