Makefile now uses CFLAGS properly

This commit is contained in:
Eric
2010-11-21 18:58:40 +10:30
parent c2c29ce956
commit c086ae20e2
+1 -1
View File
@@ -17,7 +17,7 @@ OCAMLFLAGS =
endif
OCAMLOPTFLAGS=
CFLAGS=-Wall
CFLAGS+=-Wall
OCAMLINC=-I `ocamlc -where`
GLIBINC=`pkg-config --cflags glib-2.0`