push ex00

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