X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=648912bd613e5230862307ece54b50328486f1e6;hb=f3a338a9af53f31f9a72de021950cbe725a6782f;hp=1a2163784e9c189f2d82f8ba41df637f9dc876a7;hpb=17fcb3d32d6353bfcbf83a98bd8255727b055259;p=ext%2Fsubsurface.git diff --git a/Makefile b/Makefile index 1a21637..648912b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g -parse: parse.c +parse: parse.c dive.h $(CC) $(CFLAGS) -o parse `xml2-config --cflags` parse.c `xml2-config --libs`