]> pilppa.org Git - uci.git/blobdiff - Makefile
better config file handling
[uci.git] / Makefile
index bf194d141faa42773220901e0641c4d06cfc3d84..b33f6fad7b93c74871572cc83d9f4e31c9370921 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ all: parsetest
 parsetest: libuci.o test.o
        $(CC) $(CFLAGS) -o $@ $^
 
-libuci.o: libuci.c parse.c libuci.h list.c err.h
-test.o: test.c libuci.h
+libuci.o: libuci.c parse.c uci.h list.c err.h
+test.o: test.c uci.h
 
 clean:
        rm -f parsetest *.o