X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=dc3a03365aa42e487ac91e5fc46c921836a16bb6;hb=4de18a7015ed77eac277bee669d4c8d9dae60b89;hp=f5af6241cda64dc89e0b3a441db9a58a012c100a;hpb=c77f4231ed850b90b9b6f337727e19b63418426f;p=catta diff --git a/Makefile b/Makefile index f5af624..dc3a033 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,16 @@ CFLAGS=-g -O0 -Wall -W -pipe $(shell pkg-config --cflags glib-2.0) LIBS=$(shell pkg-config --libs glib-2.0) -flexmdns: main.o iface.o netlink.o server.o address.o util.o local.o +#flexmdns: main.o iface.o netlink.o server.o address.o util.o local.o +# $(CC) -o $@ $^ $(LIBS) + +#test-llist: test-llist.o +# $(CC) -o $@ $^ $(LIBS) + +prioq-test: prioq-test.o prioq.o $(CC) -o $@ $^ $(LIBS) + *.o: *.h clean: