X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=b2e390785b609393eeeb6e87701cbfa88f45e61a;hp=cbd9871cbec8cebfdbd9657caaa4263a4e51e3b2;hb=cac3b2dd745bd86b26b176f06a7545bfa67112eb;hpb=ad8da11f6d0664e0fb3c8707a869425088daea7e diff --git a/Makefile-ccan b/Makefile-ccan index cbd9871c..b2e39078 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -2,7 +2,7 @@ # You could just do: # SRCFILES += $(shell find ccan/ -name '[a-z]*.c') -CFLAGS=-g -O2 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan -I. +CFLAGS=-g -O2 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I. CFILES=$(wildcard ccan/*/[a-z]*.c) OBJFILES=$(CFILES:.c=.o)