Browse Source

Update Makefile

patch
Wayne Warthen 5 years ago
parent
commit
fc3b7f43ce
  1. 2
      Source/HBIOS/Makefile

2
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

Loading…
Cancel
Save