2009-03-31から1日間の記事一覧

CygwinのGNU make 3.8.1がWindowsのドライブレターを認識しない件について

たとえば、こんな感じで、ターゲットにドライブレターが入っている場合、 #!/usr/bin/make .SILENT: file_targets := ./target_2 c:/work/dev/make/target .PHONY: all all: $(file_targets) echo 'This is target "$@"' $(file_targets): echo 'This is tar…