From a078ee56c27c3cd03e9ffff0914af49502f22bc1 Mon Sep 17 00:00:00 2001
From: Recolic K <bensl@microsoft.com>
Date: Wed, 15 Jun 2022 14:11:20 +0800
Subject: [PATCH] .

---
 Makefile                  |   2 +-
 monmon.exe => wmonmon.exe | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename monmon.exe => wmonmon.exe (100%)

diff --git a/Makefile b/Makefile
index e306b13..f64242a 100755
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 CXX=g++
 
 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:
 	$(CXX) winmonmon.cc -DNO_RECORDER -I. -o player
diff --git a/monmon.exe b/wmonmon.exe
similarity index 100%
rename from monmon.exe
rename to wmonmon.exe
-- 
GitLab