X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/b80298a892113b8e686b408c9d62fcef5edc1411..afe814271b1b8c0519595d12d5a9cad8a24a3cc9:/src/Makefile?ds=sidebyside diff --git a/src/Makefile b/src/Makefile index b1e25d8..50c5f92 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,6 +90,6 @@ el.hex: $(addsuffix .rel, $(modules)) clean: - @rm -vf el.hex *.rel $(addsuffix .asm, $(cmodules)) *.lst *.map *.lnk *.mem *.sym + @rm -vf el.hex *.rel $(addsuffix .asm, $(cmodules)) *.lst *.map *.lnk *.mem *.sym *.rst .PHONY: clean