aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Ruess2012-10-13 15:35:19 +0200
committerPiotr Esden-Tempski2012-10-16 14:09:42 -0700
commitb7ebe6e705b42030a4a6ff0002b7542464917e38 (patch)
tree43f551086052ffc221a83229fbe47a0e3496b289 /Makefile
parent0c779512d6db7fd513c8982059b869df0be29210 (diff)
fix clean target for example makefiles if the compiler is not in PATH
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37c0c40..492b618 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
SRCLIBDIR = $(shell pwd)/lib
-TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)