Skip to content

Commit

Permalink
Creating the build directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancalhoun committed Mar 4, 2016
1 parent 8a09a5b commit 3519cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ task :clean do
rm_rf 'dist'
end

file "build/cppunit_version.txt" do
directory './build'
file "build/cppunit_version.txt" => ['./build'] do
sh "git describe --tags > build/cppunit_version.txt"
end

Expand Down

0 comments on commit 3519cbb

Please sign in to comment.