summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/motor/Makefile.defs
blob: 2491bb50eeba5625fa29f81fa4b8199c4dbdd1d4 (plain)
1
2
3
4
5
6
7
PROGRAMS += test_motor

motor_OBJECTS = motor.o

test_motor_OBJECTS = test_motor.o $(motor_OBJECTS)

test_motor: $(test_motor_OBJECTS)