Fix incorrect fix

This commit is contained in:
Andrew Pamment
2017-03-19 14:41:22 +10:00
parent 59f5f44dad
commit a37f867948
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ endif
DEPS = ticproc.c
OBJ = ticproc.o ../../deps/inih/ini.o crc32.o
OBJ = ticproc.o ../../inih/ini.o crc32.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS)