mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
Makefile: small portability and usability fixes
* clean: don't use Bash syntax
This commit is contained in:
parent
323a194ff0
commit
ad544f59d9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ examples/black: .FORCE
|
||||||
viv shim black -y -s -f -o $@
|
viv shim black -y -s -f -o $@
|
||||||
|
|
||||||
clean: ## remove build artifacts
|
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
|
EXAMPLES = cli.py sys_path.py exe_specific.py frozen_import.py named_env.py scrape.py
|
||||||
generate-example-vivens: ##
|
generate-example-vivens: ##
|
||||||
|
|
Loading…
Reference in a new issue