From 0dd22aae383815dbb47df5b4432514a905951458 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:45:34 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd9559..fb4d860 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,10 @@ enum { // [name, 8-bit value] 50 Goto 10; ### Build -On file "preprocessor.c" define the OS where you want to run TYVM: +On file "preprocessor.c" define the OS where you want to run TYVM. Uncomment the following line if you want to build for Windows, otherwise it will build for Unix: ``` #define __UNIX ``` -Uncomment this line if you want to build for Unix based OS, otherwise comment it out to build for Windows Build using the command: ``` gcc tyvm.c -o tyvm