From 17d80aa5a4a3f32d28d94bcaedc45eca45ed5441 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Oct 2011 22:14:33 +0200 Subject: Fix whitespace. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f58c84..c7391f0 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ PREFIX ?= arm-none-eabi DESTDIR ?= /usr/local INCDIR = $(DESTDIR)/$(PREFIX)/include LIBDIR = $(DESTDIR)/$(PREFIX)/lib -SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts +SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts INSTALL = install TARGETS = stm32 lpc13xx lm3s @@ -46,7 +46,7 @@ lib: fi; \ done -examples: lib +examples: lib $(Q)for i in $(addsuffix /*/*,$(addprefix $@/,$(TARGETS))); do \ if [ -d $$i ]; then \ printf " BUILD $$i\n"; \ @@ -54,7 +54,7 @@ examples: lib fi; \ done -install: lib +install: lib @printf " INSTALL headers\n" $(Q)$(INSTALL) -d $(INCDIR)/libopencm3 $(Q)$(INSTALL) -d $(LIBDIR) -- cgit v1.2.3