Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/pkg
Path: blob/main/external/blake2/Makefile.autosetup
2065 views
include @builddir@/mk/defs.mk
LIB=	blake2
SRCS=	blake2b-ref.c blake2s-ref.c
LOCAL_CFLAGS=	-I$(top_srcdir)/compat -O3

VPATH=	$(top_srcdir)/external/blake2

include $(MK)/static-lib.mk