Updated makefile

This commit is contained in:
Mark Qvist 2022-06-10 12:50:48 +02:00
parent 363d56d49d
commit 8c484c786f
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@ clean:
@echo Cleaning...
-rm -r ./build
-rm -r ./dist
-rm -r ./__pycache__
-rm -r ./RNS/__pycache__
-rm -r ./RNS/Cryptography/__pycache__
-rm -r ./RNS/Cryptography/aes/__pycache__
-rm -r ./RNS/Cryptography/pure25519/__pycache__
-rm -r ./RNS/Interfaces/__pycache__
-rm -r ./RNS/Utilities/__pycache__
-rm -r ./RNS/vendor/__pycache__
-rm -r ./RNS/vendor/i2plib/__pycache__
-rm -r ./tests/__pycache__
-rm -r ./tests/rnsconfig/storage
remove_symlinks:
@echo Removing symlinks for build...