2008-02-04から1日間の記事一覧

makeとbashhttp://www.unixuser.org/~euske/doc/makefile/index.htmlよくわからないので勉強しないと。 test : -cmp a.txt b.txt; \ num1=$$?; \ if [ $$num1 -ne 0 ]; \ then \ cp a.txt b.txt; \ fi