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