mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-22 14:59:11 +00:00
9 lines
165 B
Text
9 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)
|