Makefile : Add basic config with run & clean tasks.

This commit is contained in:
Dmitry Voronin 2024-09-23 11:21:15 +03:00
parent 2d1b8ac9e0
commit 72d142cb3d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
run:
sbt run
clean:
sbt clean