aboutsummaryrefslogtreecommitdiff
path: root/cpp07/ex01/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-12-14 15:30:28 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-12-14 15:30:28 +0100
commit1de596dd9242b677d6b47b51db98ce98feb95465 (patch)
treeacbc79883c0af843b8b999a39f96cefd48e6e390 /cpp07/ex01/Makefile
parentb13cd117a7957f9d86ec2986b47349979325a854 (diff)
downloadpiscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.gz
piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.bz2
piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.zip
Updated cpp07 files with new subject
Diffstat (limited to 'cpp07/ex01/Makefile')
-rw-r--r--cpp07/ex01/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp07/ex01/Makefile b/cpp07/ex01/Makefile
index 45180bc..7bee119 100644
--- a/cpp07/ex01/Makefile
+++ b/cpp07/ex01/Makefile
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/04/14 19:48:34 by charles #+# #+# #
-# Updated: 2020/04/14 20:02:14 by charles ### ########.fr #
+# Updated: 2020/12/14 15:07:28 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -15,7 +15,7 @@ NAME = iter
CXX = clang++
CXXFLAGS = -std=c++98 -Wall -Wextra -Werror
-SRC = iter.cpp
+SRC = main.cpp
OBJ = $(SRC:.cpp=.o)
all: $(NAME)