Browse Source

make config.h not a time dependence

custom-dwm
arg@10ksloc.org 20 years ago
parent
commit
a2d56f6dce
  1. 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} $@

Loading…
Cancel
Save