본문 바로가기

Linux/Makefile

words

$(words text)
이것은 text에 있는 단어들 개수를 리턴한다. 그래서, text의 마지막 단어는 $(word $(words text),text) 로 표현될 수 있다

'Linux > Makefile' 카테고리의 다른 글

openssl  (0) 2013.09.26
word  (0) 2013.09.26
dir  (0) 2013.09.26
foreach  (0) 2013.09.26
realpath  (0) 2013.09.26