libnh follow-up

This commit is contained in:
nhmall
2022-01-08 20:38:22 -05:00
parent 88d2c8ae24
commit 3583fd517e
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ if [ x$1 == "xlib" ]; then
fi
if [ x$1 == "xrunlib" ]; then
LIBS="-Lsrc -lnethack -Llib/lua -llua -lm"
LIBS="-Lsrc -lnh -Llib/lua -llua -lm"
BADLIBS="-lncurses"
rm nhlibtest
gcc -o nhlibtest libtest.c $LIBS $BADLIBS