prog8/scripts/clean.sh

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