all: thescoder

thescoder: main.c wordtree.c
	gcc -o $@ $^

clean:
	rm -f thescoder
