diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-30 18:36:30 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-30 18:36:30 +0100 |
| commit | aa244ec3fb071a7fd08494d04cc865b281502804 (patch) | |
| tree | 4050030647cb9649b374b576c4dad7470840fc44 /README.md | |
| parent | aa9613efb6fb39bd96fc4836b5d38c3746af1b15 (diff) | |
| download | libft-aa244ec3fb071a7fd08494d04cc865b281502804.tar.gz libft-aa244ec3fb071a7fd08494d04cc865b281502804.tar.bz2 libft-aa244ec3fb071a7fd08494d04cc865b281502804.zip | |
renaming header files, .libftignore file for simpler features selection
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -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 |
