Revert "Merged Code Gen!!!"
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This reverts commit 671317f28b.
This commit is contained in:
Lucas 2024-07-02 23:49:44 +02:00
parent 671317f28b
commit 6760a17f00
8 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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