easymotor-v3.0: Clean up build bits
authorKeith Packard <keithp@keithp.com>
Mon, 5 Dec 2022 00:33:02 +0000 (16:33 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 5 Dec 2022 00:35:25 +0000 (16:35 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/easymotor-v3/.gitignore [new file with mode: 0644]
src/easymotor-v3/Makefile

diff --git a/src/easymotor-v3/.gitignore b/src/easymotor-v3/.gitignore
new file mode 100644 (file)
index 0000000..e5f7d58
--- /dev/null
@@ -0,0 +1,2 @@
+ao_product.h
+*.elf
index dc79ea2402c39e399f905cd8eb3e4cc8060a7d6d..3278d01e4af06a462d90a36f68ee723500564ebd 100644 (file)
@@ -69,7 +69,7 @@ $(OBJ): $(INC)
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
+       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map
        rm -f ao_product.h
 
 install: