diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -6,3 +6,4 @@ /qrap /pasta.1 /seccomp.h +/passt.pid @@ -122,7 +122,8 @@ valgrind: all .PHONY: clean clean: $(RM) $(BIN) *.o seccomp.h pasta.1 \ - passt.tar passt.tar.gz *.deb *.rpm + passt.tar passt.tar.gz *.deb *.rpm \ + passt.pid install: $(BIN) $(MANPAGES) mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/man/man1 |