SystemCall run(block) can now exit the run if it returns false
[io/quag.git] / libs / coroutine / samples / Makefile
bloba130136a4ff9a632526737b4cea871d8f87d3ee8
1 twoCoroTest: twoCoroTest.c
2 $(CC) -I../../basekit/_build/headers -I../_build/headers -L../_build/lib -o $@ $< -lcoroutine