diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,4 +23,7 @@ uninstall: rm -f $(DESTDIR)$(BINDIR)/pkgrel rm -f $(DESTDIR)$(MANDIR)/pkgrel.1 -.PHONY: all clean install uninstall +test: pkgrel + @./test.sh 2>/dev/null + +.PHONY: all clean install uninstall test |