diff options
Diffstat (limited to 'projects/1/Makefile')
| -rw-r--r-- | projects/1/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/1/Makefile b/projects/1/Makefile new file mode 100644 index 0000000..4e2f245 --- /dev/null +++ b/projects/1/Makefile @@ -0,0 +1,13 @@ +default: GoodDocsF.exe GoodDocsF-Darwin.exe GoodDocsF2.exe GoodDocsF2-Darwin.exe + +GoodDocsF.exe: GoodDocsF.cpp + /usr/local/Cellar/mingw-w64/12.0.0_1/bin/x86_64-w64-mingw32-g++ -o GoodDocsF.exe GoodDocsF.cpp + +GoodDocsF-Darwin.exe: GoodDocsF.cpp + /usr/local/Cellar/gcc/14.2.0_1/bin/g++-14 -o GoodDocsF-Darwin.exe GoodDocsF.cpp + +GoodDocsF2.exe: GoodDocsF2.cpp + /usr/local/Cellar/mingw-w64/12.0.0_1/bin/x86_64-w64-mingw32-g++ -o GoodDocsF2.exe GoodDocsF2.cpp + +GoodDocsF2-Darwin.exe: GoodDocsF2.cpp + /usr/local/Cellar/gcc/14.2.0_1/bin/g++-14 -o GoodDocsF2-Darwin.exe GoodDocsF2.cpp |
