Skip to content

Commit

Permalink
Fix Makefile for ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-barber-he committed Jul 14, 2024
1 parent f3a4af1 commit a588ad9
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 @@ -5,7 +5,7 @@ all: vet lint build install
build clean install run:
$(MAKE) -C kubectl-plugins/kubectl-n $@
$(MAKE) -C kubectl-plugins/kubectl-p $@
$(MAKE) -C kubectl-plugins/ssm $@
$(MAKE) -C ssm $@

lint lintall vet:
$(MAKE) -C aws $@
Expand Down

0 comments on commit a588ad9

Please sign in to comment.