Initial progress, everything is broken
This commit is contained in:
parent
34e48cbcc5
commit
792d9c234d
7 changed files with 120 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
CC = gcc
|
||||
CFLAGS = -g -DWLR_USE_UNSTABLE `pkg-config --cflags wlroots-0.19 wayland-server pixman-1 libpng`
|
||||
LDFLAGS = `pkg-config --libs wlroots-0.19 wayland-server pixman-1 libpng`
|
||||
|
||||
all: panes
|
||||
|
||||
panes: main.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
|
Loading…
Add table
Add a link
Reference in a new issue