mirror of
https://github.com/irmen/prog8.git
synced 2024-11-03 13:07:54 +00:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
rm -f *.jar *.asm *.prg *.vm.txt *.vice-mon-list
|
|
rm -rf build out
|
|
|