Skip to content

Commit

Permalink
Merge pull request #131 from apiology/fix_phony_list
Browse files Browse the repository at this point in the history
Fix PHONY list in Makefile
  • Loading branch information
apiology authored Oct 5, 2024
2 parents bb5970c + d34ff05 commit 9ea0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean clean-typecheck localtest test help quality repl spec feature
.PHONY: clean clean-typecheck feature help localtest quality repl rubocop spec test
.DEFAULT_GOAL := default

define PRINT_HELP_PYSCRIPT
Expand Down

0 comments on commit 9ea0133

Please sign in to comment.