test: position.o stop.o elevator.o test.o g++ -o $@ $^ run: test ./test clean: rm -f *.o test all: test .PHONY: run clean all