mirror of
https://github.com/irmen/prog8.git
synced 2024-11-03 13:07:54 +00:00
7 lines
264 B
Bash
Executable File
7 lines
264 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
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
|
|
|