Skip to content

Commit

Permalink
fix: add selfcheck target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Dec 15, 2023
1 parent a167aa0 commit 8179437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cookiecutter-xblock/{{cookiecutter.repo_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ install_transifex_client: ## Install the Transifex client
git diff -s --exit-code HEAD || { echo "Please commit changes first."; exit 1; }
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
git checkout -- LICENSE README.md ## overwritten by Transifex installer

selfcheck: ## check that the Makefile is well-formed
@echo "The Makefile is well-formed."

0 comments on commit 8179437

Please sign in to comment.