]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Cleanups
[xonotic/gmqcc.git] / Makefile
index 7a016b322b9ecaa2dabb9b43da7fdb009d9f1e32..da9d0e65b669b0aaa8fc1bfb0ed3456db0acab1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ OBJ    = main.o    \
          lex.o     \
          error.o   \
          parse.o   \
-         typedef.o
+         typedef.o \
+         util.o
 
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS)