Skip to content

Commit

Permalink
🌱 allow custom ruleset cmd args to be passed through the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <[email protected]>
  • Loading branch information
fabianvf committed Dec 13, 2023
1 parent 4001369 commit 0b208f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ PREPARE = -o bin/prepare github.com/konveyor/tackle2-seed/cmd/prepare
RULESET = -o bin/ruleset github.com/konveyor/tackle2-seed/cmd/ruleset
PKG = ./cmd/... ./pkg/...

RULESET_ARGS ?=

cmd: prepare ruleset

prepare: fmt vet
Expand All @@ -21,6 +23,6 @@ run-prepare: prepare

ruleset-patch: cmd
bin/prepare
bin/ruleset
bin/ruleset ${RULESET_ARGS}
bin/prepare

0 comments on commit 0b208f9

Please sign in to comment.