- Better indentation
diff --git a/Makefile b/Makefile index c133f5c..36ce3e4 100644 --- a/Makefile +++ b/Makefile
@@ -7,7 +7,7 @@ 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 @@ 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 )