a
This commit is contained in:
parent
0caf9527a5
commit
8af6b44c8b
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -8,9 +8,7 @@ PREFIX ?= /usr/local
|
|||
BINDIR = $(PREFIX)/bin
|
||||
MANDIR = $(PREFIX)/share/man/man1
|
||||
|
||||
LDFLAGS != pkg-config --libs libsixel
|
||||
INCFLAGS != pkg-config --cflags libsixel
|
||||
CFLAGS = -Os -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS)
|
||||
CFLAGS = -Os -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
|
||||
|
||||
SRC = ccc.c util.c file.c icons.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue