aboutsummaryrefslogtreecommitdiffstats
path: root/stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd')
-rw-r--r--stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd10
1 files changed, 10 insertions, 0 deletions
diff --git a/stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd b/stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd
new file mode 100644
index 0000000..82e4746
--- /dev/null
+++ b/stm32conf/lanchon-stm32/src/exceptions/make-clean.cmd
@@ -0,0 +1,10 @@
+@echo off
+setlocal
+
+set DO=del
+
+%DO% lanchon-stm32-vector.S
+%DO% lanchon-stm32-isrs.S
+%DO% lanchon-stm32-names.inc
+%DO% stm32exceptions.h
+%DO% stm32exceptions.c