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