diff --git a/.gitignore b/.gitignore index 6b3f46c..1dfd114 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ result.txt minishell.log minishell_tester/ release/ -sources.mk \ No newline at end of file +sources.mk +flags.mk \ No newline at end of file diff --git a/Makefile b/Makefile index e320d94..9800ace 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,13 @@ # By: qmennen +#+ # # +#+ # # Created: 2024/10/15 11:48:46 by whaffman #+# #+# # -# Updated: 2025/03/07 14:57:36 by whaffman ######## odam.nl # +# Updated: 2025/03/17 12:00:39 by whaffman ######## odam.nl # # # # **************************************************************************** # NAME = minishell DIST_PATH = dist -FLAGS=-DNOCOLORS -DNOBANNER -DNOPROMPT -DSHELL_NAME=\"bash\" -# FLAGS=-DNOBANNER +-include flags.mk SRC_PATH = src INC_PATH = inc