Update Makefile

pull/107/head
pragyabansal02 5 years ago committed by GitHub
parent 63f5dce820
commit c5ec6aa50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,5 +24,8 @@ hello_world.bin: hello_world.elf
hello_world.hex: hello_world.bin
./bin2hex.py hello_world.bin > hello_world.hex

hello_world.dec: hello_world.bin
./bin2dec.py hello_world.bin > hello_world.dec

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

Loading…
Cancel
Save