Update Makefile

This commit is contained in:
Night Kaly 2024-10-22 01:14:19 +01:00
parent 8c01acb72f
commit 132f4887ed
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -11,7 +11,7 @@ MANDIR = $(PREFIX)/share/man/man1
LDFLAGS != pkg-config --libs ncursesw LDFLAGS != pkg-config --libs ncursesw
INCFLAGS != pkg-config --cflags ncursesw INCFLAGS != pkg-config --cflags ncursesw
CFLAGS = -O3 -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) CFLAGS = -O3 -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall $(INCFLAGS)
SRC = ccc.c util.c file.c icons.c SRC = ccc.c util.c file.c icons.c