books/apitue/sample-code/08/Makefile

8 lines
92 B
Makefile
Raw Permalink Normal View History

2024-01-20 14:39:54 +00:00
all: a.out
clean:
rm -f a.out
a.out: streamread.c
cc -Wall -Wextra -Werror streamread.c