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 62e297e commit 4531b67Copy full SHA for 4531b67
Makefile.bittboy
@@ -3,7 +3,8 @@
3
BIN_BASE = /opt/miyoo/bin/
4
PROJECT = yatka
5
SRC = src/main.c src/data_persistence.c src/video.c src/sound.c \
6
- src/state_gameover.c src/state_settings.c src/randomizer.c
+ src/state_gameover.c src/state_settings.c src/randomizer.c \
7
+ src/state_mainmenu.c
8
OBJ = $(SRC:.c=.o)
9
DEP = $(SRC:.c=.d)
10
CFLAGS = -Iinc -D_BITTBOY -Ofast -march=armv5te -mtune=arm926ej-s
0 commit comments