diff options
Diffstat (limited to 'assembly')
| -rw-r--r-- | assembly/beacon/Makefile | 2 | ||||
| -rw-r--r-- | assembly/digitalsign/Makefile | 2 | ||||
| -rw-r--r-- | assembly/fib/Makefile | 2 | ||||
| -rw-r--r-- | assembly/guessnum-random/Makefile | 2 | ||||
| -rw-r--r-- | assembly/guessnum/Makefile | 2 | ||||
| -rw-r--r-- | assembly/hello/Makefile | 2 | ||||
| -rw-r--r-- | assembly/meseconsio/Makefile | 2 | ||||
| -rw-r--r-- | assembly/misa/Makefile | 2 | ||||
| -rw-r--r-- | assembly/rrxing/Makefile | 2 | ||||
| -rw-r--r-- | assembly/xh3bextm-test/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/assembly/beacon/Makefile b/assembly/beacon/Makefile index 84d76c4..4034fad 100644 --- a/assembly/beacon/Makefile +++ b/assembly/beacon/Makefile @@ -20,5 +20,5 @@ load: beacon.hex bash -c "wl-copy < beacon.hex" clean: - rm -f beacon.bin beacon.elf beacon.o + rm -f beacon.hex beacon.elf beacon.o diff --git a/assembly/digitalsign/Makefile b/assembly/digitalsign/Makefile index ee7b56e..e21e639 100644 --- a/assembly/digitalsign/Makefile +++ b/assembly/digitalsign/Makefile @@ -20,5 +20,5 @@ load: digitalsign.hex bash -c "wl-copy < digitalsign.hex" clean: - rm -f digitalsign.bin digitalsign.elf digitalsign.o + rm -f digitalsign.hex digitalsign.elf digitalsign.o diff --git a/assembly/fib/Makefile b/assembly/fib/Makefile index da333af..1f7f4b6 100644 --- a/assembly/fib/Makefile +++ b/assembly/fib/Makefile @@ -20,5 +20,5 @@ load: fib.hex bash -c "wl-copy < fib.hex" clean: - rm -f fib.bin fib.elf fib.o + rm -f fib.hex fib.elf fib.o diff --git a/assembly/guessnum-random/Makefile b/assembly/guessnum-random/Makefile index 62eda18..acc008d 100644 --- a/assembly/guessnum-random/Makefile +++ b/assembly/guessnum-random/Makefile @@ -20,5 +20,5 @@ load: guessnum-random.hex bash -c "wl-copy < guessnum-random.hex" clean: - rm -f guessnum-random.bin guessnum-random.elf guessnum-random.o + rm -f guessnum-random.hex guessnum-random.elf guessnum-random.o diff --git a/assembly/guessnum/Makefile b/assembly/guessnum/Makefile index 98b8d65..feab9a8 100644 --- a/assembly/guessnum/Makefile +++ b/assembly/guessnum/Makefile @@ -20,5 +20,5 @@ load: guessnum.hex bash -c "wl-copy < guessnum.hex" clean: - rm -f guessnum.bin guessnum.elf guessnum.o + rm -f guessnum.hex guessnum.elf guessnum.o diff --git a/assembly/hello/Makefile b/assembly/hello/Makefile index d7649e5..a83c50e 100644 --- a/assembly/hello/Makefile +++ b/assembly/hello/Makefile @@ -20,5 +20,5 @@ load: hello.hex bash -c "wl-copy < hello.hex" clean: - rm -f hello.bin hello.elf hello.o + rm -f hello.hex hello.elf hello.o diff --git a/assembly/meseconsio/Makefile b/assembly/meseconsio/Makefile index 786418a..c94e76c 100644 --- a/assembly/meseconsio/Makefile +++ b/assembly/meseconsio/Makefile @@ -20,5 +20,5 @@ load: meseconsio.hex bash -c "wl-copy < meseconsio.hex" clean: - rm -f meseconsio.bin meseconsio.elf meseconsio.o + rm -f meseconsio.hex meseconsio.elf meseconsio.o diff --git a/assembly/misa/Makefile b/assembly/misa/Makefile index 95095b6..75894db 100644 --- a/assembly/misa/Makefile +++ b/assembly/misa/Makefile @@ -22,5 +22,5 @@ load: misa.hex bash -c "wl-copy < misa.hex" clean: - rm -f misa.bin misa.elf misa.o + rm -f misa.hex misa.elf misa.o diff --git a/assembly/rrxing/Makefile b/assembly/rrxing/Makefile index 1f19256..79416c1 100644 --- a/assembly/rrxing/Makefile +++ b/assembly/rrxing/Makefile @@ -20,5 +20,5 @@ load: rrxing.hex bash -c "wl-copy < rrxing.hex" clean: - rm -f rrxing.bin rrxing.elf rrxing.o + rm -f rrxing.hex rrxing.elf rrxing.o diff --git a/assembly/xh3bextm-test/Makefile b/assembly/xh3bextm-test/Makefile index 62a1190..97aeb69 100644 --- a/assembly/xh3bextm-test/Makefile +++ b/assembly/xh3bextm-test/Makefile @@ -20,5 +20,5 @@ load: xh3bextm-test.hex bash -c "wl-copy < xh3bextm-test.hex" clean: - rm -f xh3bextm-test.bin xh3bextm-test.elf xh3bextm-test.o + rm -f xh3bextm-test.hex xh3bextm-test.elf xh3bextm-test.o |
