From 01c644562019a9ad69fa16f08c695bb99488e343 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Wed, 1 Jan 2020 23:49:32 -0600 Subject: Add instructions for `rake dev` --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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 -- cgit v1.2.3