summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/scheduler/Makefile.defs
blob: 73b5da9845db8cd24dcb2872fd0417cc3a2435df (plain)
1
2
3
4
5
6
PROGRAMS += test_scheduler

test_scheduler_OBJECTS = \
    test_scheduler.o scheduler.o schedulable_read_fd.o schedulable_alarm.o

test_scheduler: $(test_scheduler_OBJECTS)