diff options
Diffstat (limited to 'cpp00/ex00/Makefile')
| -rw-r--r-- | cpp00/ex00/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp00/ex00/Makefile b/cpp00/ex00/Makefile index 466a51e..2bfc080 100644 --- a/cpp00/ex00/Makefile +++ b/cpp00/ex00/Makefile @@ -1,3 +1,15 @@ +# ############################################################################ # +# # +# ::: :::::::: # +# Makefile :+: :+: :+: # +# +:+ +:+ +:+ # +# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2020/11/09 09:16:44 by cacharle #+# #+# # +# Updated: 2020/11/09 09:16:45 by cacharle ### ########.fr # +# # +# ############################################################################ # + RM = rm -f CC = clang++ |
