From 3ee291606271bc3a70be5e401b11218ed6c62eb4 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:50:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fc444..f932be5 100644 --- a/README.md +++ b/README.md @@ -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):