PROG=	inform

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

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