feat: added just clean command

This commit is contained in:
Sara 2025-09-16 13:34:56 +02:00
parent 1961e9c0b9
commit 6e178d23ef

View file

@ -8,3 +8,7 @@ run:
configure: configure:
# CONFIGURING WITH PREMAKE # CONFIGURING WITH PREMAKE
premake5 gmake premake5 gmake
clean:
rm -r bin/**
rm -r build/**