🧹 Clean builder cache on every "build" Make commands

This commit is contained in:
ful1e5 2021-03-25 18:40:25 +05:30
parent 920c38cf41
commit d8a6da25be
2 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ clean:
@fi
setup: setup.py
@python3 setup.py install --record files.txt
@python3 setup.py install --user --record files.txt
build: build_modern build_original