Remove Makefile, running tests through phpunit is established enough now

This commit is contained in:
Ingo Schommer 2014-09-23 18:16:27 +12:00
parent 10dc891fee
commit 787fc2aacf
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#
# This makefile is a secondary way of installing SilverStripe.
# It is used for things like continuous integration
#
# Most users should simply visit the site root in your web browser.
#
test:
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C framework test