fix clean target for example makefiles if the compiler is not in PATH

This commit is contained in:
Felix Ruess
2012-10-13 15:35:19 +02:00
committed by Piotr Esden-Tempski
parent 0c779512d6
commit b7ebe6e705
8 changed files with 37 additions and 9 deletions

View File

@@ -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)