ideal_cache_1_ver

This commit is contained in:
ag
2024-09-21 16:19:03 +03:00
parent a21fc9e08d
commit 55345b7c76
4 changed files with 95 additions and 5 deletions

View File

@ -20,7 +20,7 @@ $(TARGET): $(OBJS)
test:
$(CXX) $(CXXFLAGS) $(TEST) -o cache_test
clean:
rm -f $(OBJS) $(TARGET)
run: $(TARGET)