Skip to content

Commit

Permalink
Prettier Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Feb 9, 2025
1 parent 14c09b4 commit 2459a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ clean: ## Remove all build artifacts and files generated by the acceptance tests
.DELETE_ON_ERROR:

.PHONY: test
test: perl5 ## Perl requires some setup to get working, bake it into the make file rather than CI
test: perl5 ## Runs dzil test
PATH=$$PATH:perl5/bin PERL5LIB=${PERL5LIB} dzil test

acceptance: $(ARTIFACT_DIR) $(TOKENS) $(ASTS) $(PICKLES) $(ERRORS) $(SOURCES) ## Build acceptance test dir and compare results with reference
Expand Down

0 comments on commit 2459a80

Please sign in to comment.