all:
	gcc -o wdic -ggdb wdic_v1.0-r2.c

clean:
	rm -f *.o wdic

