This commit is contained in:
2024-10-21 21:04:01 -04:00
parent 7ace73c587
commit 8b31e76655
5 changed files with 67 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ else
endif
build:
@$(CC) cli.c controller.c game.c graphics.c main.c assets/assets.s -I . \
@$(CC) audio.c cli.c controller.c game.c graphics.c main.c assets/assets.s -I . \
$(SHROOMSFLAGS) $(SDL2FLAGS) \
-D POSIX_C_SOURCE=199309L \
-o shrooms-vb \