Update SLS_C/README.md
This commit is contained in:
parent
a13a226653
commit
c26d0ff87a
|
|
@ -4,6 +4,8 @@ This is the C implementation for the YREA SLS interpreter.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Build Project: `make build`
|
Build Project: `make build`
|
||||||
Build and Run Project: `make run`
|
Build and Run Project: `make run`
|
||||||
Build and Run Tests: `make test`
|
Build and Run Tests: `make test`
|
||||||
|
|
||||||
|
Interpreter binary location: `./bin/sls`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue