diff --git a/05/Makefile b/05/Makefile index ce8640d..295a78f 100644 --- a/05/Makefile +++ b/05/Makefile @@ -1,7 +1,7 @@ all: io fsync clean: - rm -f io + rm -f io fsync io: io.c common.h gcc -o io io.c -Wall