LIBS=f877_10.jal ide_drv.jal misc.jal

%.hex: %.jal $(LIB_FILES)
	jalv2 -s ".;lib/" $<

all: main.hex test.hex
