UNPKG
raven-cli
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A tool to build homebrew GBA games
github.com/0505gonzalez/raven-cli
0505gonzalez/raven-cli
raven-cli
/
tools
/
ARM
/
arm-none-eabi
/
lib
/
Makefile
6 lines
(4 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
include
$(DEVKITARM)
/base_rules
all:
$(CC)
-x assembler-with-cpp -marm -c
$(CRT)
_crt0.s -o
$(CRT)
_crt0.o
$(CC)
-x assembler-with-cpp -mthumb -c
$(CRT)
_crt0.s -o thumb/
$(CRT)
_crt0.o