summaryrefslogtreecommitdiffstats
path: root/stm32/Makefile
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-05-26 14:33:34 +0100
committerfishsoupisgood <github@madingley.org>2020-05-26 14:33:34 +0100
commitf0d941bef6a9b6e3af78cfc68e1f82d6b47ccb2f (patch)
tree22a88d00cb28e075b5397ff5db586d548023f2f2 /stm32/Makefile
downloadheating-f0d941bef6a9b6e3af78cfc68e1f82d6b47ccb2f.tar.gz
heating-f0d941bef6a9b6e3af78cfc68e1f82d6b47ccb2f.tar.bz2
heating-f0d941bef6a9b6e3af78cfc68e1f82d6b47ccb2f.zip
happy
Diffstat (limited to 'stm32/Makefile')
-rw-r--r--stm32/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/stm32/Makefile b/stm32/Makefile
new file mode 100644
index 0000000..e1cd497
--- /dev/null
+++ b/stm32/Makefile
@@ -0,0 +1,8 @@
+
+default:
+ make -C libopencm3
+ make -C app
+
+clean:
+ make -C libopencm3 clean
+ make -C app clean