diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 6c4216d..4909d6d 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ main.o: main.c core.h timeutil.h config.h $(TEMPLATE).o: $(TEMPLATE).c core.h config.h xml.h cgiutil.h timeutil.h $(CC) $(CFLAGS) -I$(ROOT_DIR) -c -o $@ $< +entry.o: config.h entry.c + # only invoked if config.h does not exist config.h: $(CP) config.example.h config.h |