Fixed hardcoded bin path and allow for partial parallel build.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s

This commit is contained in:
Willem Cazander 2024-06-25 13:05:20 +02:00
parent 00d9c59bdb
commit 3279b91d39
2 changed files with 4 additions and 2 deletions

View file

@ -21,5 +21,6 @@ clean:
$(call mb_clean,$(PATH_BIN))
-include Makelocal.mk
MB_OPENMSX_PATH_BIN ?= $(PATH_BIN)
include lib/make/msxbuild.mk
include $(INC_TEST)