Add ElevatorController
[cs356-p1-elevator.git] / Makefile
index c13f766..116c3ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-test: test.o elevator.o position.o stop.o
+test: position.o stop.o elevator.o elevatorcontroller.o test.o
        g++ -o $@ $^
 
 run: test