Skip to content

Commit

Permalink
chore: adapt Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Oct 22, 2024
1 parent 03f9ad4 commit 46cacca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ help:
@echo ""

PLATFORM := `uname -o`
REPO := "<REPO-NAME-HERE>"
PROJECT_SRC := "<SRC-FOLDER-HERE>"
REPO := parallel-corpus-py
PROJECT_SRC := src

ifeq (${VIRTUAL_ENV},)
VENV_NAME = .venv
Expand Down

0 comments on commit 46cacca

Please sign in to comment.