mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Makefile: Add "display_default_images" and "display_all_images" targets
This commit is contained in:
parent
4a0c6442c2
commit
aa4735ddf2
11
Makefile
11
Makefile
@ -90,6 +90,17 @@ base.test: base
|
||||
mkdir -p $(BIN)
|
||||
$(DOCKER) run --rm dockcross/base > $(BIN)/dockcross-base && chmod +x $(BIN)/dockcross-base
|
||||
|
||||
#
|
||||
# display
|
||||
#
|
||||
display_default_images:
|
||||
for image in $(DEFAULT_IMAGES); do echo $$image; done
|
||||
|
||||
display_all_images:
|
||||
for image in $(ALL_IMAGES); do echo $$image; done
|
||||
|
||||
$(VERBOSE).SILENT: display_default_images display_all_images
|
||||
|
||||
#
|
||||
# build implicit rule
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user