summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/timer/Makefile.defs
blob: e7b58cc5a49c11344ef2c623b6b76d3fa5843c6c (plain)
1
2
3
4
5
6
7
PROGRAMS += test_timer

timer_OBJECTS = timer.o

test_timer_OBJECTS = test_timer.o $(timer_OBJECTS)

test_timer: $(test_timer_OBJECTS)