X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=5ebdd7dbbd0ca9bdbc28b3a5e1c96d4da6b6aeb1;hp=d3e05e9fcd256390642547ea701829fa0823705d;hb=a11ff28997fb00adf9e4a77ccab5648238a65710;hpb=963fa5ca9303d146d635e2fba04814f4f791c559 diff --git a/Makefile b/Makefile index d3e05e9f..5ebdd7db 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ # This can be overridden on cmdline to generate pages elsewhere. WEBDIR=~/www/html/ccan/ -CFLAGS=-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan -I. - ALL=$(patsubst ccan/%/test, %, $(wildcard ccan/*/test)) ALL_DIRS=$(patsubst %, ccan/%, $(ALL)) ALL_DEPENDS=$(patsubst %, ccan/%/.depends, $(ALL))