mkdict: mkdict.c clang -o mkdict mkdict.c -I../boggle clean: rm -f mkdict all: mkdict .PHONY: all clean