summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-16 23:22:11 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-16 23:22:11 +0100
commit4ecbcc380da9429a2006459380b99d7de68c9fb4 (patch)
tree8e0d7d4569054f87371fad1952a32a0a54f06ffa /Rakefile
parent74b8444d34c2b4ce13e0d372e3056fe3ccacaa46 (diff)
downloadzorglub-4ecbcc380da9429a2006459380b99d7de68c9fb4.zip
zorglub-4ecbcc380da9429a2006459380b99d7de68c9fb4.tar.gz
Rakefile: fix
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d264b12..937be55 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,8 @@
# -*- coding: UTF-8 -*-
#
-require './lib/zorglub.rb'
+$LOAD_PATH << 'lib'
+#
+require 'zorglub'
load './tasks/setup.rb'
#
# Project general information