mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Added .rbc to clean list.
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -15,6 +15,7 @@ today = Time.now.strftime("%Y-%m-%d")
|
|||||||
TAR_FILE = "#{DIST_DIR}/rubykoans-#{today}.tgz"
|
TAR_FILE = "#{DIST_DIR}/rubykoans-#{today}.tgz"
|
||||||
ZIP_FILE = "#{DIST_DIR}/rubykoans-#{today}.zip"
|
ZIP_FILE = "#{DIST_DIR}/rubykoans-#{today}.zip"
|
||||||
|
|
||||||
|
CLEAN.include("**/*.rbc")
|
||||||
CLOBBER.include(DIST_DIR)
|
CLOBBER.include(DIST_DIR)
|
||||||
|
|
||||||
module Koans
|
module Koans
|
||||||
|
|||||||
Reference in New Issue
Block a user