feat: setup git and build system
This commit is contained in:
commit
00b7db0b39
3 changed files with 34 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
build:
|
||||
# BUILDING
|
||||
make
|
||||
|
||||
run:
|
||||
bin/DiceGui
|
||||
|
||||
configure:
|
||||
# CONFIGURING WITH PREMAKE
|
||||
premake5 gmake
|
||||
Loading…
Add table
Add a link
Reference in a new issue