forked from epics_driver_modules/motorBase
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
#RULES.ioc
|
|
include $(EPICS_BASE)/config/RULES_DIRS
|
|
buildInstall:: cdCommands
|
|
|
|
cdCommands: Makefile
|
|
$(PERL) $(TOP)/config/makeIocCdCommands.pl $(ARCH)
|
|
|
|
clean::
|
|
@$(RM) cdCommands
|