Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PWD = $(shell pwd)
PY = venv/Scripts/python

clean:
rm -rf $(PWD)/build $(PWD)/dist $(PWD)/mvt.egg-info
run:
$(PY) -m pysql.main

dist:
python3 setup.py sdist bdist_wheel
run_c:
$(PY) -m pysql.main_c

upload:
python3 -m twine upload dist/*
clean:
$(PY) -m pyclean .