make config.h not a time dependence
This commit is contained in:
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ options:
|
||||
|
||||
${OBJ}: dwm.h config.h
|
||||
|
||||
config.h: ${CONFIG}
|
||||
config.h:
|
||||
@echo creating $@ from ${CONFIG}
|
||||
@cp ${CONFIG} $@
|
||||
|
||||
|
Reference in New Issue
Block a user