docs and stuff
This commit is contained in:
parent
d7966375f1
commit
60abe76709
4 changed files with 36 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -22,6 +22,11 @@ wlr-layer-shell-unstable-v1-protocol.c:
|
|||
$(WAYLAND_SCANNER) private-code protocols/wlr-layer-shell-unstable-v1.xml $@
|
||||
wlr-layer-shell-unstable-v1-protocol.o: wlr-layer-shell-unstable-v1-protocol.h
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
install: glonkers
|
||||
install -D -t $(DESTDIR)$(PREFIX)/bin glonkers
|
||||
install -D -t $(DESTDIR)$(PREFIX)/share/man/man1 glonkers.1
|
||||
|
||||
clean:
|
||||
rm -f *.o xdg-shell-protocol* wlr-layer-shell-unstable* glonkers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue