Skip to content

Commit

Permalink
Merge pull request #81 from uclahs-cds/aholmes-fix-missing-file-clean
Browse files Browse the repository at this point in the history
Correctly remove sentinel file in Makefile.
  • Loading branch information
aholmes authored Jul 2, 2024
2 parents 8c44cea + 75e1a83 commit 0df9442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ clean-test :
clean : clean-build clean-test
rm -rf $(VENV)
rm -rf $(MAKE_ARTIFACT_DIRECTORY)
rm -f $(PYPROJECT_FILES_SENTINEL)
@echo '\nDeactivate your venv with `deactivate`'

.PHONY: remake
Expand Down

0 comments on commit 0df9442

Please sign in to comment.