mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
9 lines
208 B
Makefile
9 lines
208 B
Makefile
switch_crt0.o: *.s
|
|
$(DEVKITA64)/bin/aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@
|
|
|
|
install: switch_crt0.o
|
|
cp $^ $(DEVKITA64)/aarch64-none-elf/lib/pic/$^
|
|
|
|
clean:
|
|
rm -f switch_crt0.o
|