Browse Source

do not overwrite config.h if config.def.h changes

master
Aaron Marcher 8 years ago
committed by Aaron Marcher (drkhsh)
parent
commit
6edc959933
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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 $@



Loading…
Cancel
Save