move config.h to config.def.h
This commit is contained in:
parent
1595256341
commit
02c0c676ad
2 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -22,6 +22,9 @@ xdg-shell-protocol.c:
|
||||||
|
|
||||||
xdg-shell-protocol.o: xdg-shell-protocol.h
|
xdg-shell-protocol.o: xdg-shell-protocol.h
|
||||||
|
|
||||||
|
config.h: | config.def.h
|
||||||
|
cp config.def.h $@
|
||||||
|
|
||||||
dwl.o: config.h xdg-shell-protocol.h
|
dwl.o: config.h xdg-shell-protocol.h
|
||||||
|
|
||||||
dwl: xdg-shell-protocol.o
|
dwl: xdg-shell-protocol.o
|
||||||
|
|
Loading…
Reference in a new issue