all:
	sparc-linux-gcc testsin.c -g -o testsin.exe -lm -static
	sparc-linux-objdump -d testsin.exe > testsin.exe.dis

install:
	cp testsin.exe $(DIR)
	chmod a+rwx $(DIR)/testsin.exe
