Cryomaniac13 / hengband-touhou-katteban-en

English translation for Hengband Touhou Katteban
7 stars 2 forks source link

[linux] fix build script #38

Closed iikare closed 10 months ago

iikare commented 10 months ago

This PR addresses several concerns.

1). It fixes several failures in the compile-wrap script on linux where ln and rm need to have the -f flag to for compilation to proceed. 2). It defaults to commenting out the JP_OPT option from makefile.std (i.e. English version now default). 3). It adds Linux temporary files to the .gitignore. 4). It adds some documentation to the readme about avoiding a race condition in the makefile when compiling with parallel make (i.e. -jN N>1).