Skip to content

Commit

Permalink
d'oh, already had that constant
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Apr 27, 2012
1 parent ad9ba93 commit 3bd7458
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext/Rakefile
Expand Up @@ -27,12 +27,11 @@ file 'zkrb_wrapper.h' => GENERATE_GVL_CODE_RB do
sh "ruby generate_gvl_code.rb headers"
end

WRAPPERS = %w[zkrb_wrapper.c zkrb_wrapper.h]
ZKRB_WRAPPER = %w[zkrb_wrapper.c zkrb_wrapper.h]

task :wrappers => WRAPPERS

task :wrappers => ZKRB_WRAPPER

ZKRB_WRAPPER = %w[zkrb_wrapper.c zkrb_wrapper.h]

task :clobber => :clean do
rm_rf %w[Makefile c lib bin include]
Expand Down

0 comments on commit 3bd7458

Please sign in to comment.