Merged Code Gen!!!

This commit is contained in:
Lucas 2024-07-02 23:45:54 +02:00
parent e862a7427b
commit 671317f28b
8 changed files with 1 additions and 1 deletions

Binary file not shown.

@ -36,7 +36,7 @@ clean:
rm -f ./resources/output/raupenpiler/*.class
# clean logs
rm -f ../main/resources/logs/*.log
# clean test/main folders from .class files for End-to-End tests
# clean test/java/main folders from .class files for End-to-End tests
rm -f ./java/main/*.class
# clean javac output from featureTests
rm -f ./resources/input/featureTests/*.class