Skip to content

Commit

Permalink
fix(examples): add missing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Apr 18, 2024
1 parent 6524d7f commit 6f2dc9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/barrett/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: default clean
default:
make -C proofs/fstar/extraction

clean:
rm -f proofs/fstar/extraction/.depend
rm -f proofs/fstar/extraction/*.fst
7 changes: 7 additions & 0 deletions examples/kyber_compress/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: default clean
default:
make -C proofs/fstar/extraction

clean:
rm -f proofs/fstar/extraction/.depend
rm -f proofs/fstar/extraction/*.fst

0 comments on commit 6f2dc9e

Please sign in to comment.