mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-19 07:57:13 -04:00
9 lines
90 B
Makefile
9 lines
90 B
Makefile
all: images
|
|
|
|
.PHONY: images
|
|
images:
|
|
@$(MAKE) -C images
|
|
|
|
clean:
|
|
@$(MAKE) -C images clean
|