all: test test: test.o point.o $(CXX) -o $@ $^ clean: rm -f test *.o