diff --git a/Makefile b/Makefile index a95562e..c85cd31 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ SRC_DIR_BONUS = ./src_bonus OBJ_DIR := ./obj BIN_DIR := ./bin +BUILD_DIR := ./build TESTS_DIR := ./tests #Source files @@ -74,10 +75,12 @@ $(TEST_TARGET)-FSANITIZE: $(OBJ_FILES) $(TEST_OBJ_FILES) $(OBJ_FILES_BONUS) ############ PHONY ################## clean: rm -f $(OBJ_FILES) $(OBJ_FILES_BONUS) $(TEST_OBJ_FILES) - rm -rf build fclean: clean rm -f $(BIN_DIR)/* + rm -rf $(BIN_DIR) + rm -rf $(OBJ_DIR) + rm -rf $(BUILD_DIR) re: fclean all diff --git a/README.md b/README.md index c307993..860facb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ GitHub last commit GitHub Lines of Code

+[![42 Project Score](https://42-project-badge.glitch.me/users/kfreyer/project/libft)](https://github.com/ricardoreves/42-project-badge) # Table of contents TOC diff --git a/README.org b/README.org index 585d0e1..b484fb4 100644 --- a/README.org +++ b/README.org @@ -12,6 +12,7 @@ GitHub last commit GitHub Lines of Code

+[![42 Project Score](https://42-project-badge.glitch.me/users/kfreyer/project/libft)](https://github.com/ricardoreves/42-project-badge) #+end_export # #+begin_export markdown # # # (https://github.com/oakoudad/badge42)