X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=bf194d141faa42773220901e0641c4d06cfc3d84;hb=5f28711b07ec0952720300d8561cfb47774a09db;hp=3b69678ba692c115dcada1416d5217b7a020d282;hpb=d5b661a39ea9320c58f44cb4b32691deffc7cb30;p=project%2Fuci.git diff --git a/Makefile b/Makefile index 3b69678..bf194d1 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ CC=gcc -CFLAGS=-O2 -Wall -pedantic -std=gnu99 +CFLAGS=-O2 -Wall -pedantic -std=gnu99 -Wno-unused -Werror all: parsetest parsetest: libuci.o test.o $(CC) $(CFLAGS) -o $@ $^ -libuci.o: libuci.c parse.c libuci.h +libuci.o: libuci.c parse.c libuci.h list.c err.h test.o: test.c libuci.h clean: