Makefile: small portability and usability fixes

* clean: don't use Bash syntax
This commit is contained in:
tripleee 2023-10-18 12:22:50 +03:00 committed by daylin
parent 323a194ff0
commit ad544f59d9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ examples/black: .FORCE
viv shim black -y -s -f -o $@
clean: ## remove build artifacts
rm -rf {build,dist}
rm -rf build dist
EXAMPLES = cli.py sys_path.py exe_specific.py frozen_import.py named_env.py scrape.py
generate-example-vivens: ##