mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 12:48:56 -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
|