From 006c3f87359c9849dbeb5660a111bced883e4fbf Mon Sep 17 00:00:00 2001 From: Vinuthna-G-1091 Date: Sat, 25 Apr 2026 14:57:20 +0530 Subject: [PATCH] added extra files in make clean which were created while executing the code --- 08/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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