PROG=	modal

$(PROG):	$(PROG).cc
	CC -o $(PROG) $(PROG).cc -lCvo -lX11

clean:
	rm -f $(PROG) $(PROG).o core
