Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-tag-script updates.
[gitweb.git]
/
tools
/
Makefile
diff --git
a/tools/Makefile
b/tools/Makefile
index 5c07cec0eaf51ee4421712f60bdbfd3fc21a3dcd..a16b667964e49d2924b4c5a606598518e7575821 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-10,8
+10,11
@@
prefix=$(HOME)
bin=$(prefix)/bin
# dest=
-PROGRAMS=mailsplit mailinfo
-SCRIPTS=applymbox applypatch
+PROGRAMS=git-mailsplit git-mailinfo
+SCRIPTS=git-applymbox git-applypatch
+
+git-%: %.c
+ $(CC) $(CFLAGS) -o $@ $(filter %.c,$^)
all: $(PROGRAMS)