瀏覽代碼

make config.h not a time dependence

arg@10ksloc.org 19 年之前
父節點
當前提交
a2d56f6dce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ options:
 
 ${OBJ}: dwm.h config.h
 
-config.h: ${CONFIG}
+config.h:
 	@echo creating $@ from ${CONFIG}
 	@cp ${CONFIG} $@