% cat stdin.txt test : echo input from STDIN % cat stdin.txt | make -f - echo input from STDIN input from STDIN % cat stdin.txt | gmake -f - echo input from STDIN input from STDIN
セコメントをする