summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5af0eb2..6c70718 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,9 @@ man/%: man/%.txt Makefile
-a manversion=$(VERSION) \
-a manmanual="mkinitcpio manual" $<
+check:
+ @r=0; for t in test/test_*; do $$t || { echo $$t fail; r=1; }; done; exit $$r
+
clean:
$(RM) mkinitcpio-${VERSION}.tar.gz $(MANPAGES)