mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-07 21:40:53 +00:00
Merge pull request #132 from antonblanchard/bin2hex-move
Move bin2hex.py to scripts/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user