prog8/scripts/clean.sh

7 lines
264 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
rm -rf compiler/build codeGeneration/build codeOptimizers/build compilerInterfaces/build compilerAst/build dbusCompilerService/build httpCompilerService/build parser/build
2019-06-23 12:09:33 +00:00