This commit is contained in:
lfirmin
2026-04-02 12:28:12 +02:00
parent 1a511386b2
commit 84e23db429
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CXX = c++
CXXFLAGS = -Wall -Wextra -Werror -std=c++98
OBJDIR = obj
SOURCES = Main.cpp
SOURCES = Main.cpp BitcoinExchange.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = btc