Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add "stripspace" program to clean up email commentary
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index eca3a5d5256cca06d86ebb85ec9d3218752ffcd2..b5be0c94ef1a3a569955f21b3ce438b7b3621421 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
CC=gcc
CFLAGS=-Wall -O2
HOME=$(shell echo $$HOME)
-PROGRAMS=mailsplit mailinfo
+PROGRAMS=mailsplit mailinfo
stripspace
SCRIPTS=dotest applypatch
all: $(PROGRAMS)