adopt some integration suggestions

sys/lib -> sys/libnh
sys/lib/libnethackmain.c -> sys/libnh/libnhmain.c
libnethack.a -> libnh.a
This commit is contained in:
nhmall
2020-10-11 13:33:51 -04:00
parent 0adb64e384
commit 6806c30a59
17 changed files with 19 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
Development helpers and tests for libnethack.a and nethack.js.
Copy these files to the NetHack root directory. Commands include:
* run.sh wasm - rebuild makefiles and build nethack.js
* run.sh runwasm - simple testing of nethack.js
* run.sh lib - rebuild makefiles and build libnethack.a
* run.sh runlib - simple testing of libnethack.a
* run.sh bin - build the MacOS binary