index
:
cheats.git
Some ancient cheats I don't use anymore.
log msg
author
committer
range
master
summary
refs
log
tree
commit
diff
path:
root
/
csgo_wh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'csgo_wh')
-rw-r--r--
csgo_wh/Makefile
4
1 files changed, 4 insertions, 0 deletions
diff --git a/csgo_wh/Makefile b/csgo_wh/Makefile
index 4713e60..a2b27f0 100644
--- a/
csgo_wh/Makefile
+++ b/
csgo_wh/Makefile
@@ -24,3 +24,7 @@ csgo_wh: $(patsubst %.cpp,src/%.o,$(CSGOWH_SRC))
$(CXX) $(CFLAGS) $(LDFLAGS) -shared -o $@.dll $^ -lpsapi -luser32 -ld3d9 -ld3dx9
@echo 'Finished building target: $@'
@echo ' '
+
+
+clean:
+ rm -f csgo_wh.exe *.o *.d