Perl5 ç¨ã® Rake ã£ã½ãã®ã§ãããã¼ http://frepan.org/~tokuhirom/Daiku-0.01/ Rake ã¿ãããªã®ãPerl ã«ã欲ããããã£ã¦5å¹´ãããåããããã£ã¦ããã©ããã®ãã§ããã£ã¦åããããªãã®ã§èªåã§ãããã #! perl use Daiku; use autodie ':all'; task 'all' => 'foo'; file 'foo' => 'foo.o' => sub { system "gcc -c foo foo.o"; }; rule '.o' => '.c' => sub { system "gcc -c foo.o foo.c"; }; build shift @ARGV || 'all'; ãããããããã§ã¤ããããç°¡åã§ããã 以ä¸è¨è¨ã®ã¡ã¢ã åºæ¬çã«ã¯ Rake ã¨ã¤ã³ã¿ã¼ãã§ã¤ã¹ãããããã§ã¤ãã£ã¦ããå·¨
{{#tags}}- {{label}}
{{/tags}}