From 6c0a0a7b3664193e19b5f9ddb273c081c68f43a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Tue, 11 May 2021 18:10:58 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-guides.md b/Developer-guides.md index c6a3ce8..b92e373 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -187,7 +187,7 @@ In this example we will compile `nnn` with [netbsd-curses](https://github.com/sa make CC=musl-gcc CFLAGS="-O3 -Wall -fPIC" -j4 all sudo cp libcurses/libcurses.so libterminfo/libterminfo.so /opt/netbsd-curses/ make clean - make CC=musl-gcc make CFLAGS=-O3 LDFLAGS=-static all-static + make CC=musl-gcc CFLAGS=-O3 LDFLAGS=-static all-static sudo cp libcurses/libcurses.a libterminfo/libterminfo.a /opt/netbsd-curses/ #### Compile `nnn`