浏览代码

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

master
Aaron Marcher 8 年前
committed by Aaron Marcher (drkhsh)
父节点
当前提交
6edc959933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

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



正在加载...
取消
保存