summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-11 14:35:59 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-11 14:35:59 +0200
commit32ef12132ca2727cbe5f95ebb87615e8bc3930b2 (patch)
treefb2eda10ba21f0314174227bdd99495fc768e0fa
parent9c57e65d348a50a5117807ed8ce2ca995e379e70 (diff)
Fixed clean target
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8bf829..5ac8e6f 100644
--- a/Makefile
+++ b/Makefile
@@ -125,3 +125,4 @@ clean:
$(GNU_RM) -f $(LIBRARY)
$(GNU_RM) -f $(OBJECT_FILES)
$(GNU_RM) -f $(TEST_CASES)
+ $(GNU_RM) -f $(DIST_TAR)