Skip to content

Commit 4531b67

Browse files
committed
Bittboy makefile update
1 parent 62e297e commit 4531b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.bittboy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
BIN_BASE = /opt/miyoo/bin/
44
PROJECT = yatka
55
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
6+
src/state_gameover.c src/state_settings.c src/randomizer.c \
7+
src/state_mainmenu.c
78
OBJ = $(SRC:.c=.o)
89
DEP = $(SRC:.c=.d)
910
CFLAGS = -Iinc -D_BITTBOY -Ofast -march=armv5te -mtune=arm926ej-s

0 commit comments

Comments
 (0)