X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=makefile;h=ffe3a9ea4a72866abd0e354a0dd2e028eb10af46;hp=d6be6c5a2e589ed8a74153be6199128b14957e42;hb=b09e79496d929d0e310ffeeb9e28c8949a56e10b;hpb=97a849f60570c2174bf0397311498f29d5b9155a diff --git a/makefile b/makefile index d6be6c5..ffe3a9e 100644 --- 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')