summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d877394..4fc93e6 100644
--- a/Makefile
+++ b/Makefile
@@ -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