.PHONY: clean check
ex: ex_jumptable.s
	arm-linux-gnueabihf-gcc	-o $@ ex_jumptable.s

clean:
	rm -f ex ex_jumptable.o
