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