diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-14 15:30:28 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-14 15:30:28 +0100 |
| commit | 1de596dd9242b677d6b47b51db98ce98feb95465 (patch) | |
| tree | acbc79883c0af843b8b999a39f96cefd48e6e390 /cpp07/ex00/Makefile | |
| parent | b13cd117a7957f9d86ec2986b47349979325a854 (diff) | |
| download | piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.gz piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.bz2 piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.zip | |
Updated cpp07 files with new subject
Diffstat (limited to 'cpp07/ex00/Makefile')
| -rw-r--r-- | cpp07/ex00/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp07/ex00/Makefile b/cpp07/ex00/Makefile index 660a45b..33feff3 100644 --- a/cpp07/ex00/Makefile +++ b/cpp07/ex00/Makefile @@ -6,7 +6,7 @@ # By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/04/14 19:48:34 by charles #+# #+# # -# Updated: 2020/04/14 19:58:14 by charles ### ########.fr # +# Updated: 2020/12/14 14:41:32 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -15,7 +15,7 @@ NAME = a_few_functions CXX = clang++ CXXFLAGS = -std=c++98 -Wall -Wextra -Werror -SRC = whatever.cpp +SRC = main.cpp OBJ = $(SRC:.cpp=.o) all: $(NAME) |
