Use ansi instead of ncurses and add directory preview
This commit is contained in:
parent
132f4887ed
commit
85de46dfe5
2 changed files with 1001 additions and 922 deletions
6
Makefile
6
Makefile
|
@ -9,9 +9,9 @@ PREFIX ?= /usr/local
|
|||
BINDIR = $(PREFIX)/bin
|
||||
MANDIR = $(PREFIX)/share/man/man1
|
||||
|
||||
LDFLAGS != pkg-config --libs ncursesw
|
||||
INCFLAGS != pkg-config --cflags ncursesw
|
||||
CFLAGS = -O3 -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall $(INCFLAGS)
|
||||
LDFLAGS != pkg-config --libs libsixel
|
||||
INCFLAGS != pkg-config --cflags libsixel
|
||||
CFLAGS = -O3 -march=native -mtune=native -pipe -g -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS)
|
||||
|
||||
SRC = ccc.c util.c file.c icons.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue