all: hello_ordered_wait
hello_ordered_wait: hello_ordered_wait.c
cc -g -Wall -Wextra hello_ordered_wait.c -o hello_ordered_wait -pthread
.PHONY: clean
clean:
rm -f hello_ordered_wait *.o
all: hello_ordered_wait
hello_ordered_wait: hello_ordered_wait.c
cc -g -Wall -Wextra hello_ordered_wait.c -o hello_ordered_wait -pthread
.PHONY: clean
clean:
rm -f hello_ordered_wait *.o