We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11533b9 commit 99ae90dCopy full SHA for 99ae90d
README.md
@@ -15,6 +15,13 @@ git clone https://github.com/ProgrammingRainbow/Conways-Game-of-Life-C-SDL2
15
cd Conways-Game-of-Life-C-SDL2
16
make run
17
```
18
+The Makefile builds debug by default. It also supports these commands:
19
+```
20
+make rebuild
21
+make clean
22
+make release
23
+SRC_DIR=Video8 make rebuild run
24
25
# Controls
26
Up Arrow - Speeds up the game.\
27
Down Arrow - Slows down the game.\
0 commit comments