Updated makefile

This commit is contained in:
Mark Qvist 2022-06-14 13:45:48 +02:00
parent 6bfd0bf4eb
commit 7331bd2c09
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ clean:
@echo Cleaning...
@-rm -rf ./build
@-rm -rf ./dist
@-rm -rf ./*.data
@-rm -rf ./__pycache__
@-rm -rf ./RNS/__pycache__
@-rm -rf ./RNS/Cryptography/__pycache__