working parsing of json and stub for parsing commands
This commit is contained in:
commit
51ec473ee6
7 changed files with 229 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
build: clean
|
||||
mkdir -p ./bin/
|
||||
odin build ./src/ -out:bin/odin_runner.exe -debug
|
||||
|
||||
run:
|
||||
./bin/odin_runner.exe
|
||||
|
||||
clean:
|
||||
rm -rf ./bin/odin_runner.*
|
||||
|
||||
nuke:
|
||||
rm -rf ./bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue