ready to test

This commit is contained in:
ag
2024-09-13 12:14:00 +03:00
parent 3ef1bc3ab9
commit b1646952a5
9 changed files with 70 additions and 96 deletions

View File

@ -5,7 +5,7 @@ CXX = g++
CXXFLAGS = -Wall -Wextra -std=c++11
SRCS = 2Q_cache.cpp main.cpp
SRCS = main.cpp
OBJS = $(SRCS:.cpp=.o)