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