From fc3b7f43ce92960f38bf46115631474090f11ca4 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Wed, 28 Jul 2021 16:52:15 -0700 Subject: [PATCH] Update Makefile --- Source/HBIOS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/Makefile b/Source/HBIOS/Makefile index b243380a..82cdaaaa 100644 --- a/Source/HBIOS/Makefile +++ b/Source/HBIOS/Makefile @@ -46,7 +46,7 @@ ROMNAME=${ROM_PLATFORM}_${ROM_CONFIG} all:: if [ -z "$(OBJECTS)" ] ; then \ - chmod +x Build.sh + chmod +x Build.sh ; \ bash Build.sh ; \ fi