-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
"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
wjidea
Metadata
Metadata
Assignees
Labels
No labels