mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 19:17:19 -03:00
8 lines
165 B
Text
8 lines
165 B
Text
AC_INIT(mkp224o)
|
|
# safety check
|
|
AC_CONFIG_SRCDIR([main.c])
|
|
# C compiler
|
|
: ${CFLAGS="-O3 -march=native"}
|
|
AC_PROG_CC
|
|
AC_SUBST(ED25519IMPL,[ref10])
|
|
AC_OUTPUT(Makefile)
|