From aa244ec3fb071a7fd08494d04cc865b281502804 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 18:36:30 +0100 Subject: renaming header files, .libftignore file for simpler features selection --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 632fa8b..875f6e0 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,9 @@ make all This will produce a `libft.a` library which you can link to your project. -## Testing +## .libftignore -To install the test, you will have to clone this repo with the `--recurse-submodules` flag or run the following commands: - -``` -git submodule init -git submodule update -``` - -Then: `make test` - -## Dependencies - -* [CTest](https://github.com/HappyTramp/ctest) - my testing library +Much like the `.gitignore` file, you can put the files/directory to ignore when compiling. ### School turn in -- cgit