Skip to content

Commit

Permalink
Merge pull request #97 from uclahs-cds/aholmes-fix-wrong-make-sentine…
Browse files Browse the repository at this point in the history
…l-output

Fix inconsistency with `make` sentinel output.
  • Loading branch information
aholmes authored Aug 7, 2024
2 parents cfd0c1a + 474f88a commit 972f3fc
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 @@ -69,8 +69,8 @@ $(MAKE_ARTIFACT_DIRECTORY):
SETUP_DEPENDENCIES_SENTINEL = $(MAKE_ARTIFACT_DIRECTORY)/dependencies_sentinel
SETUP_DEV_SENTINEL = $(MAKE_ARTIFACT_DIRECTORY)/setup_dev_sentinel
SETUP_CICD_SENTINEL = $(MAKE_ARTIFACT_DIRECTORY)/setup_cicd_sentinel
PYPROJECT_FILES_SENTINEL = $(MAKE_ARTIFACT_DIRECTORY)/pyproject_sentinel

PYPROJECT_FILES_SENTINEL = ./.pyproject_sentinel
$(PYPROJECT_FILES_SENTINEL): $(VENV)
$(MAKE) $(PYPROJECT_FILES)
touch $@
Expand Down

0 comments on commit 972f3fc

Please sign in to comment.