mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-18 02:49:01 -05:00
9 lines
90 B
Makefile
9 lines
90 B
Makefile
all: images
|
|
|
|
.PHONY: images
|
|
images:
|
|
@$(MAKE) -C images
|
|
|
|
clean:
|
|
@$(MAKE) -C images clean
|