Remove Makefile, from an older build
This commit is contained in:
parent
cc4b509878
commit
972806b56a
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -1,8 +0,0 @@
|
|||
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
Reference in a new issue