base
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
all: compile
|
||||
|
||||
proto:
|
||||
wayland-scanner server-header /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell-protocol.h
|
||||
|
||||
compile: proto
|
||||
gcc -o absinthe src/* \
|
||||
-I./ -I./include -DWLR_USE_UNSTABLE $(shell pkg-config wlroots-0.19 --libs --cflags) -lwayland-server -lxkbcommon \
|
||||
-ggdb -Wall -Wextra
|
||||
Reference in New Issue
Block a user