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

timer_OBJECTS = timer.cc

test_timer_OBJECTS = test_timer.o $(timer_OBJECTS)

test_timer: $(test_timer_OBJECTS)