summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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