From 46caccab6ed463a033e2aae661efd57d657d68da Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 22 Oct 2024 13:03:26 +0200 Subject: [PATCH] chore: adapt Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d944107..1c36e77 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,8 @@ help: @echo "" PLATFORM := `uname -o` -REPO := "" -PROJECT_SRC := "" +REPO := parallel-corpus-py +PROJECT_SRC := src ifeq (${VIRTUAL_ENV},) VENV_NAME = .venv