summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2020-01-01 23:49:32 -0600
committerTom Black <[email protected]>2020-01-01 23:49:32 -0600
commit01c644562019a9ad69fa16f08c695bb99488e343 (patch)
tree2b86d49d32c2319acc4b12f8286d8044ceca0bc0 /Rakefile
parent3bfe72034fae46d8184ad02c63268f99e2ff69fe (diff)
downloadruby2d-01c644562019a9ad69fa16f08c695bb99488e343.tar.gz
ruby2d-01c644562019a9ad69fa16f08c695bb99488e343.zip
Add instructions for `rake dev`
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2a8f8a1..5de0597 100644
--- a/Rakefile
+++ b/Rakefile
@@ -58,6 +58,7 @@ task default: 'all'
desc "Run default tasks using user-installed libraries"
task :dev do
+ puts 'Building using user-installed libraries'.info
$libs = '-- libs'
Rake::Task['all'].invoke
end