X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=bf194d141faa42773220901e0641c4d06cfc3d84;hp=3b69678ba692c115dcada1416d5217b7a020d282;hb=476b7d029dc1808253eee2ab2a8a2ab1391f8bb5;hpb=d5b661a39ea9320c58f44cb4b32691deffc7cb30 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: