Archived
1
0

Update README.md

This commit is contained in:
Erick
2022-02-12 01:50:09 +01:00
committed by GitHub
parent 3923118942
commit 3ee2916062
+1 -1
View File
@@ -81,7 +81,7 @@ On file "preprocessor.c" define the OS where you want to run TyVM. Comment out t
```
Build using the command:
```
gcc tyvm.c -o tyvm
gcc --std=c11 tyvm.c -o tyvm
```
Or simply using makefile (optional: in makefile change binary file name wether building on Unix or Windows):