Skip to content

Commit

Permalink
Merge pull request #140 from eoyilmaz/139-fix-makefile-for-new-releas…
Browse files Browse the repository at this point in the history
…e-workflow

[#139] Fixed the `VERSION_FILE` env var value in `Makefile`.
  • Loading branch information
eoyilmaz authored Dec 16, 2024
2 parents 2b88170 + 186edbb commit 092095c
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 @@ -3,7 +3,7 @@ PACKAGE_NAME=stalker
NUM_CPUS = $(shell nproc || grep -c '^processor' /proc/cpuinfo)
SETUP_PY_FLAGS = --use-distutils
VERSION := $(shell cat VERSION)
VERSION_FILE=$(CURDIR)/VERSION
VERSION_FILE=$(CURDIR)/src/stalker/VERSION
VIRTUALENV_DIR:=.venv
SYSTEM_PYTHON?=python3

Expand Down

0 comments on commit 092095c

Please sign in to comment.