Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Nov 7, 2023
1 parent 730c4a6 commit 6596d65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ code/build/*.map
#!code/build/soundbank.h
#!code/build/soundbank.bin
#!code/build/soundbank_bin.h
code/include
code/include/*.h
out/*.elf
out/*.gba
out/*.sav
out/*.sav
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ build_image: clean_docker
.PHONY: run
run: compile
mgba-qt -4 $$(pwd)/out/game.gba
# NanoBoyAdvance $$(pwd)/out/game.gba

# compiles the code into a .gba files, found in the /out folder
.PHONY: compile
Expand Down Expand Up @@ -50,16 +49,16 @@ grit_all_force:
do make grit_mode4 img=$${file#*/}; \
done

# example "make grit_gB16 img=img/pong_tc.png"
# example "make grit_mode3 img=img/pong_tc.png"
.PHONY: grit_mode3
grit_mode3:
make grit img=$(img) args="-ftc -gb -gB16"

# example "make grit_mode4 img=img/pong_tc.png"
.PHONY: grit_mode4
grit_mode4:
make grit img=$(img) args="-ftc -gb -gB8 -aw 240 -ah 160"


# example "make grit img=img/pong_tc.png args="-ftc -gb -gB16""
.PHONY: grit
grit:
Expand Down
1 change: 1 addition & 0 deletions code/include/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitkeep

0 comments on commit 6596d65

Please sign in to comment.