build: fix clean target not removing man page
This commit is contained in:
parent
399cf88146
commit
cef64c51d6
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ tlstunnel.1: tlstunnel.1.scd
|
||||||
$(SCDOC) <tlstunnel.1.scd >tlstunnel.1
|
$(SCDOC) <tlstunnel.1.scd >tlstunnel.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf tlstunnel doc/tlstunnel.1
|
$(RM) -rf tlstunnel tlstunnel.1
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(DESTDIR)$(BINDIR)
|
mkdir -p $(DESTDIR)$(BINDIR)
|
||||||
|
|
Loading…
Reference in New Issue