projects
/
onak.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cscvs to tla changeset 51
[onak.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index dc8d5cedd57e0de542e5cafd1b98f317ec793922..35f1674f3c4b74302a5d6cefbd7fefa9cc8204a3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,7
+18,7
@@
SRCS = armor.c parsekey.c merge.c keyid.c md5.c sha.c main.c getcgi.c stats.c \
keyindex.c mem.c lookup.c add.c keydb_$(DBTYPE).c ll.c hash.c \
gpgwww.c onak-conf.c charfuncs.c sendsync.c
keyindex.c mem.c lookup.c add.c keydb_$(DBTYPE).c ll.c hash.c \
gpgwww.c onak-conf.c charfuncs.c sendsync.c
-all: $(PROGS) testparse maxpath
+all: $(PROGS) testparse maxpath
sixdegrees
testparse: main.o $(OBJS)
$(LINK) -o testparse main.o $(OBJS) $(LIBS)
testparse: main.o $(OBJS)
$(LINK) -o testparse main.o $(OBJS) $(LIBS)
@@
-26,6
+26,9
@@
testparse: main.o $(OBJS)
maxpath: maxpath.o $(OBJS)
$(LINK) -o maxpath maxpath.o $(OBJS) $(LIBS)
maxpath: maxpath.o $(OBJS)
$(LINK) -o maxpath maxpath.o $(OBJS) $(LIBS)
+sixdegrees: sixdegrees.o $(OBJS)
+ $(LINK) -o sixdegrees sixdegrees.o $(OBJS) $(LIBS)
+
gpgwww: gpgwww.o $(OBJS)
$(LINK) -o gpgwww gpgwww.o $(OBJS) $(LIBS)
gpgwww: gpgwww.o $(OBJS)
$(LINK) -o gpgwww gpgwww.o $(OBJS) $(LIBS)