Fixed hardcoded bin path and allow for partial parallel build.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
This commit is contained in:
parent
00d9c59bdb
commit
3279b91d39
2 changed files with 4 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue