diff --git a/justfile b/justfile index f412b58..19f869e 100644 --- a/justfile +++ b/justfile @@ -8,3 +8,7 @@ run: configure: # CONFIGURING WITH PREMAKE premake5 gmake + +clean: + rm -r bin/** + rm -r build/**