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

	
