commit 32ef12132ca2727cbe5f95ebb87615e8bc3930b2 parent 9c57e65d348a50a5117807ed8ce2ca995e379e70 Author: TheJackiMonster <thejackimonster@gmail.com> Date: Mon, 11 Apr 2022 14:35:59 +0200 Fixed clean target Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> Diffstat:
| M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)