Skip to content
Snippets Groups Projects
Commit 6369666d authored by Paul's avatar Paul :turtle:
Browse files

Fixing Noval's bug.

parent 9ce6c55a
No related branches found
No related tags found
No related merge requests found
Pipeline #6588 passed
...@@ -24,4 +24,4 @@ flash: $(TARGET).hex ...@@ -24,4 +24,4 @@ flash: $(TARGET).hex
avrdude -p $(MCU) -P $(PORT) -c avrisp -b 19200 -U flash:w:$(TARGET).hex avrdude -p $(MCU) -P $(PORT) -c avrisp -b 19200 -U flash:w:$(TARGET).hex
sim: sim:
gcc -lpthread main.c gol.c draw.c helpMath.c sim.c -g -D SIMULATION -lglut -lGL -lm -lGLU -Werror -Wextra gcc main.c gol.c draw.c helpMath.c sim.c -g -D SIMULATION -lpthread -lglut -lGL -lm -lGLU -Wall -Wextra
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment