.PHONY: clean
ex: ex_ldcl.s
	arm-linux-gnueabihf-gcc	-march=armv7-a -o $@ $^
clean:
	rm -f ex out.txt
