summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2016-07-29 07:19:18 +0700
committerGitHub <noreply@github.com>2016-07-29 07:19:18 +0700
commit1787dede6b01826eb9e13fc331758d92793b3f71 (patch)
tree894a02266f248d4e951927d20c75c5d79303fe8c /README.md
parent03e74d098cc9a0abda9d6d678089a0c6ce1b0066 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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