X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=f77a9faa4a6f66bb1934696edbf56c88f76aecd2;hb=77ce61644b414fc4c6596321764aa586b923178a;hp=fea7d03d8c389fa04a837bdf1e79358225b1e400;hpb=fb214b2b3918120f0cd5aebe7c48a7482d1c1276;p=ext%2Fsubsurface.git diff --git a/Makefile b/Makefile index fea7d03..f77a9fa 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ parse: parse.c - gcc -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs` + gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs`