diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ options: ${OBJ}: config.h config.mk -config.h: config.def.h +config.h: @echo creating $@ from config.def.h @cp config.def.h $@ |