Basic justfile

This commit is contained in:
Imbus 2023-12-05 12:42:38 +01:00
parent ff3ee27a0f
commit 1d016ee97f

8
Justfile Normal file
View file

@ -0,0 +1,8 @@
run:
./gradlew run
test:
./gradlew test
clean:
fd -td -I build -x rm -r