mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
11 lines
146 B
Makefile
11 lines
146 B
Makefile
ODIN=../../odin
|
|
ODINFLAGS=
|
|
|
|
OS=$(shell uname)
|
|
|
|
ifeq ($(OS), OpenBSD)
|
|
ODINFLAGS:=$(ODINFLAGS) -extra-linker-flags:-L/usr/local/lib
|
|
endif
|
|
|
|
all:
|