From 5f28711b07ec0952720300d8561cfb47774a09db Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 19 Jan 2008 23:05:22 +0100 Subject: [PATCH 1/1] more deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc304fc..bf194d1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ 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: -- 2.30.2