all: tohex

tohex:tohex.c
	$(CC) $(CFLAGS) -o tohex tohex.c

clean:
	rm -f tohex

distclean:clean
