62bd0253f0
This includes Docker containers to perform the StarlingX build and a set of scripts to maintain a local mirror of binary CentOS and other packages required to populate the final ISO file. Change-Id: I8140fd8fa2d00e7aa98c895a8e4962ab3748669d
9 lines
117 B
Makefile
9 lines
117 B
Makefile
all:
|
|
make -C mount_wrappers all
|
|
|
|
clean:
|
|
make -C mount_wrappers clean
|
|
|
|
install: all
|
|
make -C mount_wrappers install
|