From 44b819a2d96d3a560792fee3300590d89930b566 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 21 Jun 2011 08:59:00 +0000 Subject: [PATCH] - Better indentation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c133f5c4f..36ce3e4ac 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PREFIX=polarssl_ all: cd library && $(MAKE) all && cd .. cd programs && $(MAKE) all && cd .. - cd tests && $(MAKE) all && cd .. + cd tests && $(MAKE) all && cd .. install: mkdir -p $(DESTDIR)/include/polarssl @@ -28,7 +28,7 @@ install: clean: cd library && $(MAKE) clean && cd .. cd programs && $(MAKE) clean && cd .. - cd tests && $(MAKE) clean && cd .. + cd tests && $(MAKE) clean && cd .. check: ( cd tests && $(MAKE) check )