Skip to content

Commit

Permalink
using caches makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemr committed Dec 18, 2018
1 parent df39bb5 commit 30801ec
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions examples/low-mitls-experiments/Makefile
@@ -1,6 +1,12 @@
FSTAR_HOME=../..
include ../Makefile.include
EXCLUDED_FSTAR_FILES=
FSTAR_FILES = $(filter-out $(EXCLUDED_FSTAR_FILES), $(wildcard *.fst))

all: uall
all: verify-all

uall: HSL.uver
$(CACHE_DIR):
mkdir -p $@

include ../Makefile.common

verify-all: $(CACHE_DIR) $(addsuffix .checked, $(addprefix $(CACHE_DIR)/, $(FSTAR_FILES)))

0 comments on commit 30801ec

Please sign in to comment.