mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
xwayland: unmanaged (dropdown menu) support
This commit is contained in:
parent
8248814983
commit
4c5311c52a
2 changed files with 8 additions and 14 deletions
8
Makefile
8
Makefile
|
|
@ -32,5 +32,11 @@ dwl: xdg-shell-protocol.o
|
|||
clean:
|
||||
rm -f dwl *.o xdg-shell-protocol.h xdg-shell-protocol.c
|
||||
|
||||
.DEFAULT_GOAL=dwl
|
||||
ctags:
|
||||
ctags-c $(CFLAGS) --project-src xdg-shell-protocol.c xdg-shell-protocol.h dwl.c
|
||||
|
||||
amc: dwl ctags
|
||||
ssh duke rm -f ${HOME}/src/dwl/dwl ; scp * duke:${HOME}/src/dwl
|
||||
|
||||
.DEFAULT_GOAL=amc
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue