summaryrefslogtreecommitdiff
path: root/Makefile
blob: dbae0f9dec11754eaf4452ce00bace459a4afa9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
implementations = $(dir                         \
    $(shell find crypto_aead -name Makefile)    \
)

delegated = clean test traces

.PHONY: $(delegated)

$(delegated)::
	for i in $(implementations);                \
	do                                          \
	    make -C $$i $@;                         \
	done

traces::
	@ echo "Collecting traces"
	@ ./collect-traces.sh