From 20039ede090001819999cf29cda4a3b6adc7bfb6 Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Wed, 12 Oct 2022 21:15:16 -0500 Subject: [PATCH] Added cleaning to build and bin --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f9d6db..bc2f0ed 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,5 @@ exec: compile link ./bin/driver.out clean: - rm driver.out consumer.out producer.out + rm build/*.o + rm bin/*.out