all:
	gcc -o hedic -ggdb hedic.c

clean:
	rm -f *.o hedic

