%.hex: %.jal
	jalv2 -s ../lib/ $<

all: heizung.hex
	
go: heizung.hex
	xwisp GO heizung.hex

clean:	
	rm -f heizung.asm heizung.cod heizung.hex 

