Skip to content

Commit

Permalink
Merge pull request Mbed-TLS#16 from ARMmbed/IOTSSL-1514-disable-build…
Browse files Browse the repository at this point in the history
…-of-programs

Disable build of the programs in the toplevel makefile
  • Loading branch information
gilles-peskine-arm authored Jul 7, 2017
2 parents d89188f + 22522e6 commit baf258a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ PREFIX=mbedtls_

.PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apidoc_clean

tests: lib
$(MAKE) -C tests

all: programs tests
$(MAKE) post_build

Expand All @@ -17,9 +20,6 @@ programs: lib
lib:
$(MAKE) -C library

tests: lib
$(MAKE) -C tests

ifndef WINDOWS
install: no_test
mkdir -p $(DESTDIR)/include/mbedtls
Expand Down

0 comments on commit baf258a

Please sign in to comment.