prog8/scripts/clean.sh

6 lines
92 B
Bash
Raw Normal View History

2019-06-23 12:09:33 +00:00
#!/usr/bin/env sh
2021-01-20 00:57:40 +00:00
rm -f *.jar *.asm *.prg *.vm.txt *.vice-mon-list a.out
rm -rf build out
2019-06-23 12:09:33 +00:00