diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2014-11-02 09:23:48 +0100 |
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2014-11-02 09:23:48 +0100 |
| commit | f87d3f5bef896bc066d46170b6e124d2a2239fba (patch) | |
| tree | 4425a0294e543fea00425e13c4040aa451513a8d /Makefile | |
| parent | 7cfa52d6eb11bd1c14e626806cce56c3faeadf26 (diff) | |
| download | cic-f87d3f5bef896bc066d46170b6e124d2a2239fba.tar.gz | |
applied Eric's config.def.h patch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,7 +17,11 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk util.c +${OBJ}: config.h config.mk util.c + +config.h: + @echo creating $@ from config.def.h + @cp config.def.h $@ sic: ${OBJ} @echo CC -o $@ |
