diff options
Diffstat (limited to 'c/gol')
| -rw-r--r-- | c/gol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/gol/Makefile b/c/gol/Makefile index 75b1176..9c168f3 100644 --- a/c/gol/Makefile +++ b/c/gol/Makefile @@ -16,5 +16,5 @@ load: gol.hex bash -c "wl-copy < gol.hex" clean: - rm -f gol.bin gol.elf gol.o init.o + rm -f gol.hex gol.elf gol.o init.o |
