Revision b78dc00e1df00780f451cdc0608e731cf59bdc52 authored by Matthias J. Kannwischer on 27 September 2022, 06:43:59 UTC, committed by Matthias J. Kannwischer on 27 September 2022, 06:43:59 UTC
1 parent 37e0fef
Makefile
.PHONY: all
all: tests tests-bin
include mupq/mk/config.mk
include mk/config.mk
include mk/crypto.mk
include mupq/mk/host-crypto.mk
include mupq/mk/rules.mk
include mupq/mk/schemes.mk
include mk/tests.mk
.PHONY: clean libclean
clean: libclean
rm -rf elf/
rm -rf bin/
rm -rf bin-host/
rm -rf obj/
rm -rf testvectors/
rm -rf benchmarks/
.SECONDARY:
Computing file changes ...