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)

View File

@ -6,7 +6,7 @@
#include <dirent.h>
#include <libgen.h>
#include <ctype.h>
#include "../../deps/inih/ini.h"
#include "../../inih/ini.h"
#include "ticproc.h"
#include "crc32.h"