nanocorrect
nanocorrect copied to clipboard
LAcat Error
"No # -sign in source name" error occurred.
$(NAME).las: HPCcommands.txt
/bin/bash $^
LAcat $(NAME) > $@
rm $(NAME).*.las
I think the input method has changed in LAcat. I corrected the problem by correcting the LAcat sentence.
$(NAME).las: HPCcommands.txt
/bin/bash $^
LAcat $(NAME).#.las > $@
rm $(NAME).*.las