Skip to content

Commit

Permalink
Update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed May 23, 2024
1 parent cb251cd commit fb9aa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
$(PYTHON) setup.py sdist bdist_wheel

install:
$(PYTHON) -m $(PIP) install dist/semaphore-*.tar.gz
$(PYTHON) -m $(PIP) install dist/semaphore_bot-*.tar.gz

help:
@echo "Available targets:"
Expand Down

0 comments on commit fb9aa32

Please sign in to comment.