X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/ec599f57d8843b2e34270c2083db71e99d76d952..3e6039189ef4130641633e0c8ea6cf2c75e6472f:/Makefile?ds=inline diff --git a/Makefile b/Makefile index dc8d5ce..35f1674 100644 --- 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 -all: $(PROGS) testparse maxpath +all: $(PROGS) testparse maxpath sixdegrees 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) +sixdegrees: sixdegrees.o $(OBJS) + $(LINK) -o sixdegrees sixdegrees.o $(OBJS) $(LIBS) + gpgwww: gpgwww.o $(OBJS) $(LINK) -o gpgwww gpgwww.o $(OBJS) $(LIBS)