mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
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
|