Files
InputTest_MiSTer/clean.sh
2022-01-21 20:30:55 +00:00

5 lines
38 B
Bash

# Make C code
cd src
make clean
cd ..