From 1787dede6b01826eb9e13fc331758d92793b3f71 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 29 Jul 2016 07:19:18 +0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59de243..f786fc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ This is unfinished tetris project written in pure C with CSFML-2.3-2 library. To compile source code I use following command: -gcc -g main.c functions.c shape_maps.c -o debug/main -lcsfml-graphics -lcsfml-window -lcsfml-system +gcc -g main.c functions.c shape_maps.c -o main -lcsfml-graphics -lcsfml-window -lcsfml-system -- cgit v1.2.3