mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 22:04:40 +00:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
rm *.jar *.asm *.prg *.vm.txt *.vice-mon-list
|
|
rm -r build
|
|
|