Sha256: 5144365bdfbfcdb533c378cd4e55aa2e4f802351180396050a7a8f50b5132641
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
# I fell in love with this: https://stackoverflow.com/questions/9274205/rake-watch-for-changes file 'main.o' => ["main.c", "greet.h"] do sh "cc -c -o main.o main.c" end file 'greet.o' => ['greet.c'] do sh "cc -c -o greet.o greet.c" end file "hello" => ["main.o", "greet.o"] do sh "cc -o hello main.o greet.o" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
storazzo-0.4.10 | var/test/disks/disk02-full/Rakefile |
storazzo-0.4.9 | var/test/disks/disk02-full/Rakefile |
storazzo-0.4.5 | var/test/disks/disk02-full/Rakefile |