diff --git a/README b/README index 34ba9d9..d9fce46 100644 --- a/README +++ b/README @@ -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'