1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-05-12 02:16:11 +02:00

build: fix clean target not removing man page

This commit is contained in:
Simon Ser 2020-09-10 23:31:40 +02:00
parent 399cf88146
commit cef64c51d6
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -21,7 +21,7 @@ tlstunnel.1: tlstunnel.1.scd
$(SCDOC) <tlstunnel.1.scd >tlstunnel.1
clean:
$(RM) -rf tlstunnel doc/tlstunnel.1
$(RM) -rf tlstunnel tlstunnel.1
install: all
mkdir -p $(DESTDIR)$(BINDIR)