Skip to content

Commit

Permalink
fix: fix make dev target
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoutschen committed Jun 29, 2021
1 parent c618a06 commit 13c6f41
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 @@ -2,7 +2,7 @@ CFN_LINT = cfn-lint-serverless
TFLINT = tflint-ruleset-aws-serverless
EXAMPLES = examples

dev: requirements-dev
dev: dev-requirements
$(MAKE) -C $(CFN_LINT) dev
$(MAKE) -C $(TFLINT) dev

Expand Down

0 comments on commit 13c6f41

Please sign in to comment.