Auto-copy config.def.mk
This commit is contained in:
parent
c6817ff6c0
commit
7ddd92b211
3
Makefile
3
Makefile
@ -22,6 +22,9 @@ ${OBJ}: config.h config.mk
|
|||||||
config.h:
|
config.h:
|
||||||
cp config.def.h $@
|
cp config.def.h $@
|
||||||
|
|
||||||
|
config.mk: config.def.mk
|
||||||
|
cp config.def.mk $@
|
||||||
|
|
||||||
dwm: ${OBJ}
|
dwm: ${OBJ}
|
||||||
${CC} -o $@ ${OBJ} ${LDFLAGS}
|
${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user