mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 05:23:12 +00: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
|