mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 20:23:15 -06:00
Compare commits
2 commits
323a194ff0
...
29d9d965b3
Author | SHA1 | Date | |
---|---|---|---|
29d9d965b3 | |||
|
ad544f59d9 |
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ PHONIFY=1
|
|||
HELP_SEP={a.b_blue}>>>{a.end}
|
||||
|
||||
-include .task.mk
|
||||
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.2/task.mk -o .task.mk))
|
||||
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.2/task.mk -o .task.mk)
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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: ##
|
||||
|
|
Loading…
Reference in a new issue