add Makefile

This commit is contained in:
Andrei 2019-10-11 23:24:39 +03:00
parent 557a2131f1
commit 8fdb55ebfc
2 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
pid_from_msl: pid_from_msl.cpp
g++ -std=c++17 -fpermissive -O3 -static -o pid_from_msl.exe pid_from_msl.cpp googletest/gtest-all.cpp googletest/gmock-all.cpp -Igoogletest/googletest -Igoogletest/googletest/include -Igoogletest/googlemock/include

Binary file not shown.