Archived
1
0

Update README.md

This commit is contained in:
Erick
2022-02-12 01:43:27 +01:00
committed by GitHub
parent 21a94d1374
commit 4e870f8255
+3 -3
View File
@@ -76,9 +76,9 @@ enum { // [name, 8-bit value]
### Build ### 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:
```
#define __UNIX #define __UNIX
```
Uncomment this line if you want to build for Unix based OS, otherwise comment it out to build for Windows Uncomment this line if you want to build for Unix based OS, otherwise comment it out to build for Windows
Build using the command: Build using the command:
``` ```