
tas : tas.c
	gcc -o tas tas.c

clean : 
	rm -f tas
	rm -f *.bin
	rm -f *.hex
	rm -f *.s.s
	rm -f *.s.diss

	
