mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-29 21:35:02 -05:00
6 lines
185 B
Makefile
6 lines
185 B
Makefile
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
|