diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-11 14:35:59 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-11 14:35:59 +0200 |
commit | 32ef12132ca2727cbe5f95ebb87615e8bc3930b2 (patch) | |
tree | fb2eda10ba21f0314174227bdd99495fc768e0fa | |
parent | 9c57e65d348a50a5117807ed8ce2ca995e379e70 (diff) |
Fixed clean target
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,3 +125,4 @@ clean: $(GNU_RM) -f $(LIBRARY) $(GNU_RM) -f $(OBJECT_FILES) $(GNU_RM) -f $(TEST_CASES) + $(GNU_RM) -f $(DIST_TAR) |