pull/13/head
E. Almqvist 4 years ago
parent de4b8b015d
commit ae1c6675c9
  1. 7
      start.sh

@ -12,8 +12,7 @@ compile() {
if test -f "$PWD/$bootloader"; then if test -f "$PWD/$bootloader"; then
rm $PWD/$bootloader rm $PWD/$bootloader
compile
start_bootloader
else
compile && start_bootloader
fi fi
compile && start_bootloader

Loading…
Cancel
Save