prog8/scripts/clean.sh

6 lines
92 B
Bash
Raw Normal View History

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