add new make-target 'bins'

so you can easily build the useful demos
This commit is contained in:
Steffen Jaeckel 2017-05-01 11:17:23 +02:00
parent 85dc39483f
commit 90daad0764
2 changed files with 4 additions and 1 deletions

View File

@ -275,6 +275,8 @@ endef
$(foreach demo, $(strip $(DEMOS)), $(eval $(call DEMO_template,$(demo))))
bins: $(USEFUL_DEMOS)
all_test: test tv_gen $(DEMOS)
ifeq ($(COVERAGE),1)
all_test: LIB_PRE = -Wl,--whole-archive

View File

@ -87,7 +87,8 @@ endif
TIMING=timing
TEST=test
DEMOS=hashsum ltcrypt small tv_gen sizes constants
USEFUL_DEMOS=hashsum
DEMOS=$(USEFUL_DEMOS) ltcrypt small tv_gen sizes constants
TIMINGS=demos/timing.o
TESTS=demos/test.o