push ex01

This commit is contained in:
lfirmin
2026-05-06 17:05:05 +02:00
parent 0b56ac5cea
commit f4fec9e326
11 changed files with 148 additions and 18 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
CXX = c++
CXXFLAGS = -Wall -Wextra -Werror -std=c++98
OBJDIR = obj
SOURCES = Main.cpp BitcoinExchange.cpp
SOURCES = Main.cpp BitcoinExchange.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = btc
NAME = btv
all: $(NAME)