summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-07 01:45:31 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-07 01:45:31 +0100
commit6bdae4e8e3e7d59cdea0e507c8d277f119ed8097 (patch)
treefb22d5c16b867ddd4bd3a5d42f835d1247717564 /Makefile
parent3accd8fcee87299b51de0abde3c8d9c83368d871 (diff)
downloadtims_keyboard-6bdae4e8e3e7d59cdea0e507c8d277f119ed8097.tar.gz
tims_keyboard-6bdae4e8e3e7d59cdea0e507c8d277f119ed8097.tar.bz2
tims_keyboard-6bdae4e8e3e7d59cdea0e507c8d277f119ed8097.zip
fix ab-initio compilation issues
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8ae2d18
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+
+default:
+ make -C libopencm3
+ make -C boot
+ make -C app
+
+clean:
+ make -C libopencm3 clean
+ make -C boot clean
+ make -C app clean