Refactored #7 out into class files like I should have to begin with.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../starter/Makefile
|
2
2022/7/Makefile
Normal file
2
2022/7/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
a.out: main.cpp File.h File.cpp Folder.h Folder.cpp SplitStr.h
|
||||
clang++ -std=c++2b -g -O0 main.cpp File.cpp Folder.cpp
|
Reference in New Issue
Block a user