Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdower committed Mar 28, 2024
1 parent a713b04 commit 29f0160
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
all: build install

.PHONY: build install test distclean dist upload
.PHONY: build install test distclean dist up

build:
python setup.py build

install: build
python setup.py install
pip install .

test:
pytest --cov-report term --cov=pygnparser test/
Expand All @@ -20,9 +20,6 @@ distclean:
dist:
python setup.py sdist bdist_wheel --universal

register:
python setup.py register

up:
python -m twine upload dist/*

Expand Down

0 comments on commit 29f0160

Please sign in to comment.