Skip to content

Commit

Permalink
Remove make clean. (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming authored Oct 8, 2021
1 parent 3263e3a commit 6255fcd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,13 @@ version: terra_notebook_utils/version.py
terra_notebook_utils/version.py: setup.py
echo "__version__ = '$$(python setup.py --version)'" > $@

clean:
git clean -dfx

build: version clean
build: version
python setup.py bdist_wheel

sdist: clean
sdist:
python setup.py sdist

install: build
pip install --upgrade dist/*.whl

.PHONY: test lint mypy tests clean build install dev_scripts/test_installed_cli.py dev_scripts/test_notebook.py wdl_tests/copy_batch.wdl
.PHONY: test lint mypy tests build install dev_scripts/test_installed_cli.py dev_scripts/test_notebook.py wdl_tests/copy_batch.wdl

0 comments on commit 6255fcd

Please sign in to comment.