Compiler: Allow -out: to not have an extension on *nix for executables (only).

This commit is contained in:
Jeroen van Rijn
2022-04-24 13:37:26 +02:00
parent 3cab2592c3
commit 76d48b38d3
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ endif
all: botan_test
botan_test:
$(ODIN) run botan -out=botan_hash -o:speed -no-bounds-check $(ODINFLAGS)
$(ODIN) run botan -out=test_botan_hash -o:speed -no-bounds-check $(ODINFLAGS)