all:
	gcc -g bin2h.c -o bin2h
	gcc -g dat2h.c -o dat2h
clean:
	rm -f *.o bin2h dat2h
