initial working version of the builder
This commit is contained in:
parent
51ec473ee6
commit
b7e340b562
7 changed files with 124 additions and 10 deletions
3
Makefile
3
Makefile
|
|
@ -5,6 +5,9 @@ build: clean
|
|||
run:
|
||||
./bin/odin_runner.exe
|
||||
|
||||
check:
|
||||
odin check ./src/
|
||||
|
||||
clean:
|
||||
rm -rf ./bin/odin_runner.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue