DEMOS=	person sqrt time

check:
	./run $(DEMOS)

clean:
	rm -f $(DEMOS)
	rm -f *_proxy.h *~ core
