mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Fix #4.
This commit is contained in:
parent
afbce66747
commit
6cb87b4248
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ VERSION = 0.6
|
|||
PREFIX = /usr/local
|
||||
MANPREFIX = $(PREFIX)/man
|
||||
|
||||
CFLAGS += -O3 -march=native -Wall -Wextra -Werror
|
||||
CFLAGS += -O3 -march=native -Wall -Wextra
|
||||
LDLIBS = -lcurses
|
||||
|
||||
DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue