tools/toCOPY/cgcs_overlay/Makefile
Dean Troyer 62bd0253f0 Add build tools
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
2018-06-08 17:01:43 -05:00

9 lines
117 B
Makefile

all:
make -C mount_wrappers all
clean:
make -C mount_wrappers clean
install: all
make -C mount_wrappers install