mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Revert "Merge pull request #1702 from Kelimion/filename_generation"
This reverts commita40a53b104, reversing changes made to5422a3b17e.
This commit is contained in:
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
ODIN=../../odin
|
||||
ODINFLAGS=
|
||||
OUT_FILE=test_binary.bin
|
||||
|
||||
OS=$(shell uname)
|
||||
|
||||
@@ -11,4 +10,4 @@ endif
|
||||
all: botan_test
|
||||
|
||||
botan_test:
|
||||
$(ODIN) run botan -out=$(OUT_FILE) -o:speed -no-bounds-check $(ODINFLAGS)
|
||||
$(ODIN) run botan -out=botan_hash -o:speed -no-bounds-check $(ODINFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user