Skip to content

Commit

Permalink
Bittboy makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
szymor committed May 28, 2020
1 parent 62e297e commit 4531b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.bittboy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
BIN_BASE = /opt/miyoo/bin/
PROJECT = yatka
SRC = src/main.c src/data_persistence.c src/video.c src/sound.c \
src/state_gameover.c src/state_settings.c src/randomizer.c
src/state_gameover.c src/state_settings.c src/randomizer.c \
src/state_mainmenu.c
OBJ = $(SRC:.c=.o)
DEP = $(SRC:.c=.d)
CFLAGS = -Iinc -D_BITTBOY -Ofast -march=armv5te -mtune=arm926ej-s
Expand Down

0 comments on commit 4531b67

Please sign in to comment.