Add "applypatch" and "dotest" scripts to tie it all together.
[gitweb.git] / Makefile
index 3c518baca999b766f5aef0dbffa01d2ab54406b1..eca3a5d5256cca06d86ebb85ec9d3218752ffcd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS=-Wall -O2
 HOME=$(shell echo $$HOME)
 
 PROGRAMS=mailsplit mailinfo
-SCRIPTS=
+SCRIPTS=dotest applypatch
 
 all: $(PROGRAMS)