More work on ccenter

This commit is contained in:
Andrew Pamment
2017-03-27 21:41:23 +10:00
parent 5ed4566eda
commit b03e16405b
6 changed files with 635 additions and 2 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 ../../inih/ini.o
OBJ = main.o load_ini.o systemconfig.o systempaths.o mailconfs.o mailareas.o ../../inih/ini.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS) -I../../deps/cdk-5.0-20161210/include/