Added proper build instructions

This commit is contained in:
2024-12-03 04:31:51 +00:00
parent 423f34ba45
commit 69891d03e5

4
README
View File

@@ -17,6 +17,10 @@ Build instructions
have been tested. `yasm' and `ld' are required for `obc', but the
assembly transpile step should work.
+ To build release: `make all RELEASE=1'
+ To build debug: `make all RELEASE=0'
+ To run examples: `make examples'
Goals
=====