Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/test/tree/
H A DMakefile2 PROG=tree macro
4 .PRECIOUS: $(PROG)
9 all: clean $(PROG)
11 $(PROG): test.c
13 ./$(PROG)
16 rm -f $(PROG)
/mOS-networking-stack/core/test/scalable_event/
H A DMakefile2 PROG=scev macro
4 .PRECIOUS: $(PROG)
11 all: clean $(PROG)
13 $(PROG): test.c $(CORE_SRC)
15 ./$(PROG) -p 0.5 -d 10
18 rm -f $(PROG)