aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-30 18:36:30 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-30 18:36:30 +0100
commitaa244ec3fb071a7fd08494d04cc865b281502804 (patch)
tree4050030647cb9649b374b576c4dad7470840fc44 /README.md
parentaa9613efb6fb39bd96fc4836b5d38c3746af1b15 (diff)
downloadlibft-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.md15
1 files changed, 2 insertions, 13 deletions
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