From 9c919b5eaf292239e19bdc189aa3aa3a30305e95 Mon Sep 17 00:00:00 2001 From: Vinuthna-G-1091 Date: Wed, 4 Mar 2026 19:35:08 +0530 Subject: [PATCH 1/2] Removed 02.out file and added 02.main in make clean --- 02/02.out | Bin 668 -> 0 bytes 02/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 02/02.out diff --git a/02/02.out b/02/02.out deleted file mode 100755 index adf21f44ddb34e03ca7e06feba004d45929b2944..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 668 zcmbVIu}Z^G6uoIvEf`G&hYUhH6j28UCl?2$5eEm63NGatYD+sb2@*gCoehg+yIrFjp;d7gKg(r2OQXq6t-pcQ)6NL~1sP5(@(gVIDJ?*psA z5FQwp1{N}6O!TNVRQ=p*)wD4EA0gU@K<;NY**FI~Jt4A*!~yg(Sa>J^!9&<@k7w_| zR4|)(g1&=$iT}j$?Mu(KdTth9+O;bE`i7m46DK>57lGb=bq4MSTLZJWMk*D}b@1?E zG#YiEoJyaf$f72F732kAWvaKNYcZ~l#JJ8HIV)q{V1jpD20~aSK06E9IJG-(qDO5D lh@d5YzqD=iF`l6>nA;OZE;bj$48Xj=Le+ynRLg7n@&!L)M*9E& diff --git a/02/Makefile b/02/Makefile index 5ff327c..9ca18b3 100644 --- a/02/Makefile +++ b/02/Makefile @@ -47,4 +47,4 @@ CFLAGS=-fcf-protection=none -fno-asynchronous-unwind-tables -m32 -fno-pie -no-pi objdump -d 02.o > 02.dump clean: - rm *.o *.s *.dump + rm *.o *.s *.dump 02.main From 23d1fbef21f1f0d5490e0d011e4d0d4d9b25425f Mon Sep 17 00:00:00 2001 From: Gangishetty Vinuthna Date: Wed, 4 Mar 2026 19:52:15 +0530 Subject: [PATCH 2/2] Update 02/Makefile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 02/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/Makefile b/02/Makefile index 9ca18b3..2aa4fc2 100644 --- a/02/Makefile +++ b/02/Makefile @@ -47,4 +47,4 @@ CFLAGS=-fcf-protection=none -fno-asynchronous-unwind-tables -m32 -fno-pie -no-pi objdump -d 02.o > 02.dump clean: - rm *.o *.s *.dump 02.main + $(RM) -f *.o *.s *.dump 02.main