https://github.com/project-everest/hacl-star
Raw File
Tip revision: 50bbe96c7ee654e54e1da47aaff7d50fe2483612 authored by Denis Merigoux on 23 March 2020, 10:14:53 UTC
Precisely control what's inside the npm package
Tip revision: 50bbe96
Makefile
HACL_HOME = ..

all: all-checked

include ../Makefile.local

all-checked: $(ALL_CHECKED_FILES)
back to top