summaryrefslogtreecommitdiffstats
path: root/stm32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/Makefile')
-rw-r--r--stm32/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/stm32/Makefile b/stm32/Makefile
deleted file mode 100644
index e1cd497..0000000
--- a/stm32/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-default:
- make -C libopencm3
- make -C app
-
-clean:
- make -C libopencm3 clean
- make -C app clean