# Default rule: launch the .tap file in the emulator,
# building it first if necessary
launch 'starlet_guitarlet.tap'

# Build a .tap image consisting of a Basic file (built from a text file
# by zmakebas) and a code file (built from an .asm file by Pasmo)
tap :target => 'starlet_guitarlet.tap' do |tap|
	tap.basic :source => 'starlet_guitarlet.bas', :as => 'StrltGtrlt', :line => 10
	tap.asm :source => 'starlet_guitarlet.asm', :as => 'strltgtr1'
end
