summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-24 21:32:33 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-24 21:32:33 +0100
commitcfc663e4091c047558ffd2042410ab042ab01ce1 (patch)
tree9a441b129264bf210aa72261379f58f243bba51d /Makefile
parentec43a986cbb0f4f5b1a17658b8430dcd79b8c768 (diff)
Osx hackz.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c2ec6c..0c46839 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ generic:
osx:
$(call generate_common,$@)
-osx-32:
- $(call generate_common,osx,-DCMAKE_OSX_ARCHITECTURES=i386)
+osx32:
+ $(call generate_common,$@,-DCMAKE_OSX_ARCHITECTURES=i386)
cortex-m0:
$(call generate_common,$@)