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`