mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-05 07:01:18 +01:00
6 lines
158 B
Makefile
6 lines
158 B
Makefile
switch_crt0.o: *.s
|
|
aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@
|
|
|
|
install: switch_crt0.o
|
|
cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^
|