This commit is contained in:
Михаил Капелько
2024-05-08 22:47:34 +03:00
parent 251da5d3f9
commit 5fbc03fd87
22 changed files with 275 additions and 83 deletions

View File

@@ -1 +1,10 @@
c++ -o test_memory_C++ -std=c++11 -I. memory.cpp memory_Context.cpp memory_test.cpp main.cpp
c++ -o test_memory_C++ -std=c++11 -I. \
cli.cpp \
cli_Context.cpp \
cli_test.cpp \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \
shell.cpp \
shell_Context.cpp \
main.cpp