diff --git a/08/Makefile b/08/Makefile index 174d671..e49ab88 100644 --- a/08/Makefile +++ b/08/Makefile @@ -1,4 +1,5 @@ all: p1 p2 p3 p4 fork-cow fork-fd fork-fd2 pipe dup nodup clean: - rm p1 p2 p3 p4 fork-cow fork-fd fork-fd2 pipe dup nodup + rm -f p1 p2 p3 p4 fork-cow fork-fd fork-fd2 pipe dup nodup \ + dup.txt nodup.txt fd.txt fd2.txt p4.output \ No newline at end of file