Remove Makefile, from an older build

This commit is contained in:
gfhopper 2025-05-06 17:17:30 -04:00
parent cc4b509878
commit 972806b56a

View file

@ -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)