Commit a7a782a7 authored by Martin Claus's avatar Martin Claus
Browse files

Corrected typo

parent 8b11fcd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ On the front-end, we can now cross-compile. Remember to replace `$PREFIX` with y
CC=ncc CFLAGS=-O3 CXX=nc++ FC=nfort F90=nfort AR=nar RANLIB=nranlib LD=nld \
--host=ve-nec-linux-gnu --prefix=$PREFIX

# buld and install library
# build and install library
make -C lib all install
```