mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
15 lines
247 B
Bash
Executable File
15 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm vrclient_x64/win*.h
|
|
rm vrclient_x64/win*.c
|
|
rm vrclient_x64/win*.dat
|
|
rm vrclient_x64/cpp*.cpp
|
|
rm vrclient_x64/cpp*.h
|
|
rm vrclient_x64/struct*.h
|
|
rm vrclient_x64/struct*.cpp
|
|
|
|
rm tests/*_autogen.c
|
|
rm tests/*_autogen.h
|
|
|
|
./gen_wrapper.py
|