Fix README

This commit is contained in:
2024-12-03 14:04:58 +00:00
parent 69891d03e5
commit 0a5990a25e

2
README
View File

@@ -15,7 +15,7 @@ Build instructions
A C compiler capable of compiling C11 is required. `clang' and `gcc'
have been tested. `yasm' and `ld' are required for `obc', but the
assembly transpile step should work.
assembly transpile step should work without them.
+ To build release: `make all RELEASE=1'
+ To build debug: `make all RELEASE=0'