mason_test_xcompile: test.o
	$(CC) -o mason_test_xcompile test.o

.PHONY: install
install:
	mkdir -p $(PREFIX)/bin
	cp mason_test_xcompile $(PREFIX)/bin
