mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
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
|
||||
|
||||
config.h: | config.def.h
|
||||
cp config.def.h $@
|
||||
|
||||
dwl.o: config.h xdg-shell-protocol.h
|
||||
|
||||
dwl: xdg-shell-protocol.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue