Skip to content
Snippets Groups Projects
Commit a078ee56 authored by Recolic K's avatar Recolic K
Browse files

.

parent aa6a8948
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
CXX=g++ CXX=g++
build: build:
$(CXX) winps.cc winmonmon.cc -I. -static -static-libgcc -static-libstdc++ -o monmon.exe $(CXX) winps.cc winmonmon.cc -I. -static -static-libgcc -static-libstdc++ -o wmonmon.exe
player: player:
$(CXX) winmonmon.cc -DNO_RECORDER -I. -o player $(CXX) winmonmon.cc -DNO_RECORDER -I. -o player
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment