12 lines
379 B
Makefile
12 lines
379 B
Makefile
default: help
|
|
help ::
|
|
@echo "Makefile for the ecmc test system in motion lab"
|
|
@echo "====================================================================================="
|
|
@echo "available targets for IOC installation"
|
|
@echo " -> make install to install the ecmc hw test system for motion lab"
|
|
|
|
|
|
install ::
|
|
ioc install --clean -V --ioc MTEST01-MTN-HW-TEST
|
|
|