diff options
Diffstat (limited to 'assembly/hello')
| -rw-r--r-- | assembly/hello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
