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