Files
GenMidi_MiSTer/clean.sh
2024-07-24 21:16:47 -07:00

5 lines
38 B
Bash

# Make C code
cd src
make clean
cd ..