all:
	gcc -o bin2trd bin2trd.c

clean:
	rm -f bin2trd
	rm -f *.o
