aboutsummaryrefslogtreecommitdiff
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)
downloadlibgnunetchat-32ef12132ca2727cbe5f95ebb87615e8bc3930b2.tar.gz
libgnunetchat-32ef12132ca2727cbe5f95ebb87615e8bc3930b2.zip
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:
125 $(GNU_RM) -f $(LIBRARY) 125 $(GNU_RM) -f $(LIBRARY)
126 $(GNU_RM) -f $(OBJECT_FILES) 126 $(GNU_RM) -f $(OBJECT_FILES)
127 $(GNU_RM) -f $(TEST_CASES) 127 $(GNU_RM) -f $(TEST_CASES)
128 $(GNU_RM) -f $(DIST_TAR)