More work on ccenter

This commit is contained in:
Andrew Pamment
2017-03-28 19:47:41 +10:00
parent cf280900be
commit 0f2314edac
4 changed files with 172 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ CC=cc
CFLAGS=-I/usr/local/include
DEPS = main.c
OBJ = main.o load_ini.o systemconfig.o systempaths.o mailconfs.o mailareas.o filedirs.o filesubs.o ../../inih/ini.o
OBJ = main.o load_ini.o systemconfig.o systempaths.o mailconfs.o mailareas.o filedirs.o filesubs.o textfiles.o ../../inih/ini.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS) -I../../deps/cdk-5.0-20161210/include/