]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - makefile
Add -Wall and fix warnings.
[apply-default-acl.git] / makefile
index d6be6c5a2e589ed8a74153be6199128b14957e42..ffe3a9ea4a72866abd0e354a0dd2e028eb10af46 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -O2 -march=native -pipe
+CFLAGS = -O2 -march=native -pipe -Wall
 LIBS = -lacl
 
 SOURCES := $(shell find ./src -type f -name '*.c')