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