]> pilppa.org Git - uci.git/blobdiff - Makefile
implement more suggestions by lorenz schori
[uci.git] / Makefile
index c32626de9e9deda5f213ba59a61de5620d2a4137..ecfa8bc9723c43708f7e09c2195ed1b342cd6301 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ cli.o: cli.c uci.h
 uci: cli.o libuci.a
        $(CC) $(CFLAGS) -o $@ $^
 
-libuci.o: libuci.c file.c uci.h list.c err.h
+libuci.o: libuci.c file.c uci.h list.c err.h util.c
 libuci.a: libuci.o
        rm -f $@
        $(AR) rc $@ $^