diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-21 18:15:03 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-21 18:15:03 +0000 |
| commit | 832dbbbe9a10d9366fd35d3ac711cc778f283aa0 (patch) | |
| tree | 335a5be45531362feb015fcf48c09e644ca6c3ef /Makefile | |
| parent | 17cbfc9a9b4276b1721dfe111d0afc00afa8c428 (diff) | |
fix building with debugmain
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -O3 -march=native -g $(shell pkg-config --cflags x11 xrandr xrender xft) +CFLAGS = -Wall -O3 -march=native $(shell pkg-config --cflags x11 xrandr xrender xft) LIBS = $(shell pkg-config --libs x11 xrandr xrender xft) SRC = parte.c OBJ = $(SRC:.c=.o) |
