https://github.com/project-everest/hacl-star
Raw File
Tip revision: ac23b79df188c65884bb470781e459ece8bcec1e authored by Son Ho on 28 September 2020, 07:34:44 UTC
Fix a syntax error in the Makefile
Tip revision: ac23b79
.gitignore
*~
*.o
*.d
*.d.*
*.cm*
*.so
*.dll
*.a
*.exe
*.exe.dSYM
out.krml
*.checked
*.checked.lax
*.dump
.extracted
.*depend*
.evercrypt_config
code/**/dist
!code/**/dist/Makefile
code/old/experimental/aesgcm/aesgcm-c
code/old/experimental/aesgcm/aesgcm-c89
*.orig
.didhelp
.last_vale_version
Makefile.config
.#*
tests/benchmark/build
dist/**/lib/*_stubs.ml
dist/**/lib/*_c_stubs.c
doc/_build
config.h
back to top