Rev 321 | Rev 332 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
CC = g++CFLAGS = -O2 -pipe -gall:$(CC) $(CFLAGS) elevator.cpp main.cpp controller.cpp -lboost_thread-mt -lm -o elevatorclean:rm -f *~ *.o elevator