From 0a5990a25ef7d33b3a10cc78ecbb1b280f8eda1b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Dec 2024 14:04:58 +0000 Subject: Fix README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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' -- cgit v1.2.3-13-gbd6f