diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |