Skip to content

Commit 6524e5f

Browse files
committed
build: Update "make show_targets" output
The output of "make show_targets" didn't show all targets! Update it for all the recent targets that were forgotten.
1 parent 2397b67 commit 6524e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ push-images: ${PUSH_IMAGES}
145145
pull-base-images: ${PULL_BASE_IMAGES}
146146
docs: ${DOCS}
147147

148-
ALL_TARGETS = ${KERNEL} ${PPCTESTS} ${SELFTESTS} ${IMAGES} ${PULL_IMAGES} ${DOCS} ${CLEAN}
148+
ALL_TARGETS = ${KERNEL} ${PPCTESTS} ${SELFTESTS} ${PERF} ${IMAGES} ${PULL_IMAGES} ${REBUILD_IMAGES} ${PUSH_IMAGES} ${PULL_BASE_IMAGES} ${DOCS} ${CLEAN}
149149
.PHONY: ${ALL_TARGETS} VERSION
150150

151151
empty:=

0 commit comments

Comments
 (0)