summaryrefslogtreecommitdiff
path: root/i/chuck/src/timer/Makefile.defs
blob: 81a57e2667e78780c01149ba6a00b751a7abc06a (plain)
1
2
3
4
5
PROGRAMS += test_timer

timer_OBJECTS = timer.o

test_timer_OBJECTS = test_timer.o $(timer_OBJECTS)