diff --git a/Makefile b/Makefile index fbfe2f653..32b6570f8 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ dist: quickstart: php vendor/bin/phing -Dversion=$(VERSION) package +quickstart-dev: + php vendor/bin/phing -Dversion=$(VERSION) -Dmode=development package + unittest: vendor/bin/phing -Dversion=$(VERSION) phpunitfast