# Imakefile for wot

LOCAL_LIBRARIES = $(XLIB)
SRCS = main.c window.c deal.c initialize.c menu.c option.c
OBJS = main.o window.o deal.o initialize.o menu.o option.o

all:: wot

ComplexProgramTarget(wot)
