diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-15 04:37:16 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-15 04:37:16 +0100 |
| commit | bf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0 (patch) | |
| tree | c28598f33364e0bbb18dcc53978cbb65938878d0 /test/Makefile | |
| parent | 9af2885d872de9c60b11159efe0685738031096d (diff) | |
| download | libft-bf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0.tar.gz libft-bf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0.tar.bz2 libft-bf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0.zip | |
Added lst* tests (mainly boilerplate)
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index f429a29..d37ced4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,15 @@ +# **************************************************************************** # +# # +# ::: :::::::: # +# Makefile :+: :+: :+: # +# +:+ +:+ +:+ # +# By: cacharle <marvin@42.fr> +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2020/02/15 04:35:44 by cacharle #+# #+# # +# Updated: 2020/02/15 04:35:45 by cacharle ### ########.fr # +# # +# **************************************************************************** # + MAKE = make MAKE_ARGS = --no-print-directory |
