aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 10:49:26 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 10:49:26 -0500
commit63039f5ab30dec04023c477f3f36ac68262e3294 (patch)
tree7fb10e2c72b6532864bbf63967c9b4196cedd2ee /Makefile
parent534b41fedc60cfd493b495dc87064e4c04e29508 (diff)
Remove obsolete build/download-stuff.pl, update makefiles with Test::Mock.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b74f91..6cfb74b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ RAKUDO_DIR = $(DISTDIR)/rakudo
BUILD_DIR = $(DISTDIR)/build
MODULES_DIR = $(DISTDIR)/modules
+## If you add a module here, don't forget to update MODULES
+## in skel/build/Makefile.in to actually install it
MODULES = \
git://github.com/masak/ufo \
git://github.com/masak/proto \
@@ -28,6 +30,7 @@ MODULES = \
git://github.com/tadzik/perl6-Term-ANSIColor \
git://github.com/arnsholt/Algorithm-Viterbi \
git://gitorious.org/http-daemon/mainline \
+ git://github.com/jnthn/test-mock \
DISTTARGETS = \