diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-16 00:51:22 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-16 00:51:22 +0100 |
| commit | ae1412fdc283e442a0869aa7d63778449a7e5cfe (patch) | |
| tree | 0f5d5ff124129b3f085ce94d3004622c0d041323 /libft.conf | |
| parent | e8a7d07f1c99b5ce6210603d88098580af95fb13 (diff) | |
| download | libft-ae1412fdc283e442a0869aa7d63778449a7e5cfe.tar.gz libft-ae1412fdc283e442a0869aa7d63778449a7e5cfe.tar.bz2 libft-ae1412fdc283e442a0869aa7d63778449a7e5cfe.zip | |
Features toggle to avoid bloat and unauthorized functions, config file, script to generate a rendu branch
Diffstat (limited to 'libft.conf')
| -rw-r--r-- | libft.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
