1
1
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-11-19 15:53:50 +01:00

build: make tlstunnel target PHONY

This commit is contained in:
Simon Ser 2021-02-19 14:56:00 +01:00
parent c5d8549b09
commit f7d73a65b5

@ -31,3 +31,5 @@ install: all
mkdir -p $(DESTDIR)$(SYSCONFDIR)/tlstunnel
cp -f tlstunnel $(DESTDIR)$(BINDIR)
cp -f tlstunnel.1 $(DESTDIR)$(MANDIR)/man1
.PHONY: tlstunnel clean install