Added bin folder to path

This commit is contained in:
nop90 2017-09-18 12:49:03 +02:00 committed by GitHub
parent c3c28dacf0
commit bdaf22ca26

View File

@ -4,7 +4,7 @@ switch_crt0.o: *.s
aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@ aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@
install: switch_crt0.o install: switch_crt0.o
cp $^ $(DEVKITA64)/bin/aarch64-none-elf/lib/$^ cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^
clean: clean:
rm -f switch_crt0.o rm -f switch_crt0.o