Skip to content

Commit

Permalink
Add gen_test_vectors in root Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoPascal31 committed Mar 29, 2023
1 parent e394bf3 commit 74efaaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ all:
$(MAKE) -C circuits
$(MAKE) -C txlib
$(MAKE) -C client
$(MAKE) -C gen_test_vectors

clean:
$(MAKE) -C circuits clean
$(MAKE) -C txlib clean
$(MAKE) -C client clean
$(MAKE) -C cyklone_js clean
${MAKE} -C gen_test_vectors clean

0 comments on commit 74efaaf

Please sign in to comment.