Skip to content

Commit

Permalink
don't install test in target install_all
Browse files Browse the repository at this point in the history
This fixes #396
  • Loading branch information
sjaeckel committed Jul 1, 2018
1 parent 54e6db5 commit a015a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile_include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ doc/crypt.pdf: $(call print-help,doc/crypt.pdf,Builds the Developer Manual)
$(MAKE) -C doc/ crypt.pdf V=$(V)


install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs install_test
install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs

INSTALL_OPTS ?= -m 644

Expand Down

0 comments on commit a015a8f

Please sign in to comment.