Merge pull request #132 from antonblanchard/bin2hex-move

Move bin2hex.py to scripts/
pull/137/head
Anton Blanchard 4 years ago committed by GitHub
commit 729a35967a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ hello_world.bin: hello_world.elf
$(OBJCOPY) -O binary hello_world.elf hello_world.bin

hello_world.hex: hello_world.bin
./bin2hex.py hello_world.bin > hello_world.hex
../scripts/bin2hex.py hello_world.bin > hello_world.hex

clean:
@rm -f *.o hello_world.elf hello_world.bin hello_world.hex

Loading…
Cancel
Save