mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
Added bin folder to path
This commit is contained in:
parent
4fd0989bf3
commit
c3c28dacf0
@ -1,8 +1,10 @@
|
||||
export PATH := $(DEVKITA64)/bin:$(PATH)
|
||||
|
||||
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/$^
|
||||
cp $^ $(DEVKITA64)/bin/aarch64-none-elf/lib/$^
|
||||
|
||||
clean:
|
||||
rm -f switch_crt0.o
|
||||
|
Loading…
Reference in New Issue
Block a user