]> git.ozlabs.org Git - ccan/blobdiff - Makefile
Junkcode now works.
[ccan] / Makefile
index d3e05e9fcd256390642547ea701829fa0823705d..5ebdd7dbbd0ca9bdbc28b3a5e1c96d4da6b6aeb1 100644 (file)
--- 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))