feat: added just clean command
This commit is contained in:
parent
1961e9c0b9
commit
6e178d23ef
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
|
@ -8,3 +8,7 @@ run:
|
||||||
configure:
|
configure:
|
||||||
# CONFIGURING WITH PREMAKE
|
# CONFIGURING WITH PREMAKE
|
||||||
premake5 gmake
|
premake5 gmake
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -r bin/**
|
||||||
|
rm -r build/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue