Skip to content

Commit

Permalink
cryptolib/botan/Makefile: Rebuild wrapper if botan was built
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Mar 16, 2023
1 parent 68eb747 commit 30407ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cryptolib/botan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ configure:

build:
$(MAKE) -C botan botan
$(MAKE) -C algo_dilithium
$(MAKE) -C algo_kyber
$(MAKE) -C algo_xmss

clean:
make -C botan clean

0 comments on commit 30407ab

Please sign in to comment.