diff --git a/ex00/Makefile b/ex00/Makefile index 0fb259b..7ae201a 100644 --- a/ex00/Makefile +++ b/ex00/Makefile @@ -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) diff --git a/ex00/btv b/ex00/btv deleted file mode 100755 index 6b35e40..0000000 Binary files a/ex00/btv and /dev/null differ diff --git a/ex00/note.cpp b/ex00/note.cpp deleted file mode 100644 index a8c3c7e..0000000 --- a/ex00/note.cpp +++ /dev/null @@ -1,3 +0,0 @@ -int days = 30 + (month + month / 8) % 2; - -(year % 4 == 0 && year % 100 != 0) || (year % 400 == 0)