all:
	sparc-linux-gcc testthread.c -g -o testthread.exe -lpthread
	sparc-linux-objdump -d testthread.exe > testthread.exe.dis

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