summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-30 18:23:59 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-30 18:23:59 +0200
commitddb666c5b4ed0a83440d66fa47c58f4d50ca9284 (patch)
treed153e05db6422d40f4cbdd5abcdaf17169720735
parent2642880e56020309be88ad23dd7f187cec3343cb (diff)
Add -Wall
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1017182..466a5a3 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OBJECTS = $(SOURCES:%.c=%.o)
LIBDRM_CFLAGS = $(shell pkg-config --cflags libdrm)
LIBDRM_LIBS = $(shell pkg-config --libs libdrm)
-CFLAGS = $(LIBDRM_CFLAGS)
+CFLAGS = -Wall $(LIBDRM_CFLAGS)
LDFLAGS = $(LIBDRM_LIBS)
PROGRAM = nv30_demo