books/apitue/sample-code/08/Makefile

8 lines
92 B
Makefile

all: a.out
clean:
rm -f a.out
a.out: streamread.c
cc -Wall -Wextra -Werror streamread.c