update: removed more stuff

This commit is contained in:
Maieul BOYER 2024-10-12 17:59:23 +02:00
parent e00f6da311
commit d550ffab53
No known key found for this signature in database
12 changed files with 24 additions and 328 deletions

View file

@ -43,7 +43,6 @@ ifeq ($(shell uname), Darwin)
endif
endif
# TODO: ADD THIS WHEN FINISHING THIS:
CFLAGS_ADDITIONAL += -DNVALGRIND
# TODO: REMOVE THIS WHEN FINISHING THIS:
@ -130,7 +129,6 @@ re: header
tokei:
/bin/sh -c 'tokei -tC,C\ Header -e tree-sitter-sh'
build_filelist:
@$(MAKE) --no-print-directory -C ./stdme/ build_filelist
@$(MAKE) --no-print-directory -C ./allocator/ build_filelist
@ -139,7 +137,6 @@ build_filelist:
@$(MAKE) --no-print-directory -C ./line/ build_filelist
@$(MAKE) --no-print-directory -C ./parser/ build_filelist
@$(MAKE) --no-print-directory -f ./Minishell.mk build_filelist
@$(MAKE) --no-print-directory -C test ./Test.mk build_filelist
# phony
.PHONY: all bonus clean fclean re header footer build_filelist