Skip to content

Commit

Permalink
fix: clean also lib/tinycc with distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Oct 8, 2024
1 parent 945ba76 commit 756a543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ clean:
$(MAKE) clean -C ${pwd}/lib/pqclean
rm -rf ${pwd}/lib/milagro-crypto-c/build
rm -rf ${pwd}/lib/mimalloc/build
make -C ${pwd}/lib/tinycc distclean
$(MAKE) clean -C ${pwd}/src
if [ -d "bindings" ]; then $(MAKE) clean -C ${pwd}/bindings; fi
rm -f ${extras}/index.*
Expand Down

0 comments on commit 756a543

Please sign in to comment.