diff options
author | Oxore <oxore@protonmail.com> | 2016-07-29 07:19:18 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 07:19:18 +0700 |
commit | 1787dede6b01826eb9e13fc331758d92793b3f71 (patch) | |
tree | 894a02266f248d4e951927d20c75c5d79303fe8c | |
parent | 03e74d098cc9a0abda9d6d678089a0c6ce1b0066 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |