13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
#RULES.iocBoot
|
|
buildInstall:: nfs.cmd
|
|
|
|
nfs.cmd: nfsCommands
|
|
@echo "Creating $@"
|
|
@$(RM) $@
|
|
@$(CP) $< $@
|
|
@echo cd \"`\pwd`\" >> $@
|
|
|
|
clean::
|
|
@$(RM) nfs.cmd
|
|
|