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