mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
ODIN=../../odin
|
|
|
|
all: botan_test
|
|
|
|
botan_test:
|
|
$(ODIN) run botan -out=botan_hash -o:speed -no-bounds-check
|