2025-03-13 07:36:26 +01:00

19 lines
243 B
Markdown

# JavaTXCompilerInJavaTXNoMaven
To compile all files use the bash script inside the root folder. You can call it with
```
./compile.sh
```
on Linux and Mac.
To remove all compile files, use
```
./compile.sh clean
```
```
./test.sh
```