[TOOLCHAIN] Setup for emulation

This commit is contained in:
2016-07-25 00:14:42 +02:00
parent 94999611d4
commit 1f8d5b3482
8 changed files with 165 additions and 1 deletions

View File

@@ -4,7 +4,12 @@ ifeq ($(MITTOS64),)
$(error Build environment is not activated. Please source activate)
endif
.PHONY: all
.PHONY: all clean
SHELL := bash
all:
clean:
@(. util/helpers.sh; print_info "Cleaning up")
rm -f mittos64.iso
rm -f qemu-error.log