mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
12 lines
113 B
Bash
12 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm win*.h
|
||
|
rm win*.c
|
||
|
rm win*.dat
|
||
|
rm cpp*.cpp
|
||
|
rm cpp*.h
|
||
|
rm struct*.h
|
||
|
rm struct*.cpp
|
||
|
|
||
|
./gen_wrapper.py
|