diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ $(PROJ).1: $(PROJ).rst README.txt: $(PROJ).1 man ./$(PROJ).1 | sed 's,_\010,,' > README.txt +test: all + sh test.sh + # Don't remove the man page or README here, it's in git. clean: rm -f $(PROJ) core *.o |