Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 28, 2023
1 parent 4fccf14 commit 9ca08bf
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
@@ -1,4 +1,4 @@
.PHONY
.PHONY: setup
setup:
python -m venv .venv
.venv/bin/pip install -r requirements.txt
Expand Down

0 comments on commit 9ca08bf

Please sign in to comment.