From ae1412fdc283e442a0869aa7d63778449a7e5cfe Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 16 Jan 2020 00:51:22 +0100 Subject: Features toggle to avoid bloat and unauthorized functions, config file, script to generate a rendu branch --- libft.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libft.conf (limited to 'libft.conf') diff --git a/libft.conf b/libft.conf new file mode 100644 index 0000000..a9f3ea7 --- /dev/null +++ b/libft.conf @@ -0,0 +1,11 @@ +# Making + +SRC_DIR=src +INCLUDE_DIR=include +BUILD_DIR=build +FEATURES=get_next_line ft_lst + + +# Repository + +RENDU_IGNORE=subject.pdf README.md scripts build libft.conf -- cgit