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 5ef6fcd..ce6c7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ all: $(ALL)
 clean: FRC
 	rm -f lr
 
+check: FRC all
+	prove -v </dev/null
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(ZSHCOMPDIR)
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)