X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=1e10fb317c8920822a91a6e7663bfec21c0955ff;hb=4c8155fa9c85c7ece92182d0ab53f99a982a4abf;hp=2a3be765e3ca20c0714e7cc092eaa0907ac30411;hpb=128ea7fd4f9bb48a6ae51fe3f53e661b5399a1e6;p=catta diff --git a/Makefile b/Makefile index 2a3be76..1e10fb3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -#CC=gcc -CFLAGS=-g -O0 -Wall -W -pipe $(shell pkg-config --cflags glib-2.0) -Wno-unused +#CC=gcc-2.95 +CFLAGS=-g -O1 -Wall -W -pipe $(shell pkg-config --cflags glib-2.0) -Wno-unused LIBS=$(shell pkg-config --libs glib-2.0) all: strlst-test prioq-test domain-test dns-test flexmdns @@ -22,8 +22,7 @@ domain-test: domain-test.o util.o dns-test: dns-test.o util.o dns.o rr.o strlst.o $(CC) -o $@ $^ $(LIBS) - *.o: *.h clean: - rm -f *.o flexmdns prioq-test strlst-test + rm -f *.o flexmdns tprioq-test strlst-test domain-test dns-test