dsched - expand framework to track threads
[dragonfly.git] / test / dsched / Makefile
1 TARGETS= dschedstats
2
3 CFLAGS= -O -g
4
5 all:    $(TARGETS)
6
7 dschedstats: dsched_stats.c
8         $(CC) $(CFLAGS) dsched_stats.c -o ${.TARGET}
9
10 clean:
11         rm -f $(TARGETS)