Skip to content

Commit 94b76ce

Browse files
makefile: Add missing run targets
1 parent 32d083b commit 94b76ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ lint:
1919
run-pretriage: pretriage
2020
./hack/run_with_env.sh ./$<
2121
.PHONY: run-pretriage
22+
23+
run-triage: triage
24+
./hack/run_with_env.sh ./$<
25+
.PHONY: run-triage
26+
27+
run-posttriage: posttriage
28+
./hack/run_with_env.sh ./$<
29+
.PHONY: run-posttriage
30+
31+
run-doctext: doctext
32+
./hack/run_with_env.sh ./$<
33+
.PHONY: run-doctext

0 commit comments

Comments
 (0)