e9aeba85f2
CW-Bug-Id: #22729
14 lines
156 B
Bash
Executable file
14 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm win*.h
|
|
rm win*.c
|
|
rm win*.dat
|
|
rm cpp*.cpp
|
|
rm cpp*.h
|
|
rm struct*.h
|
|
rm struct*.cpp
|
|
|
|
rm tests/*_autogen.c
|
|
rm tests/*_autogen.h
|
|
|
|
./gen_wrapper.py
|