about summary refs log tree commit diff
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 1ab619f..9522d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,9 @@ README: man/mblaze.7
 clean: FRC
 	-rm -f $(ALL) *.o
 
+check: FRC all
+	PATH=$$(pwd):$$PATH prove -v
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) \
 		$(DESTDIR)$(MANDIR)/man1 \