We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527a09b commit cf170a7Copy full SHA for cf170a7
Makefile
@@ -1,7 +1,7 @@
1
build/counter: examples/counter.c coroutine.h build/coroutine.a
2
gcc -I. -Wall -Wextra -ggdb -o build/counter examples/counter.c build/coroutine.a
3
4
-.PHONY:
+.PHONY: examples
5
examples: build/counter build/counter_cpp build/counter_c3 build/counter_jai build/echo
6
7
build/echo: examples/echo.c3 coroutine.c3 build/coroutine.a
0 commit comments