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 e5891da..05a85e3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,10 @@ uninstall:
rm -f ${basedir}/bin/efa
rm -f ${basedir}/share/man/man1/efa.1
+test:
+ @prove test
+
clean:
rm -rf build
-.PHONY: install uninstall clean
+.PHONY: install uninstall test clean