Skip to content

Commit cf170a7

Browse files
committed
Fix the .PHONY declaration
1 parent 527a09b commit cf170a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build/counter: examples/counter.c coroutine.h build/coroutine.a
22
gcc -I. -Wall -Wextra -ggdb -o build/counter examples/counter.c build/coroutine.a
33

4-
.PHONY:
4+
.PHONY: examples
55
examples: build/counter build/counter_cpp build/counter_c3 build/counter_jai build/echo
66

77
build/echo: examples/echo.c3 coroutine.c3 build/coroutine.a

0 commit comments

Comments
 (0)