diff options
Diffstat (limited to 'csgo_wh/Makefile')
-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 |