Skip to content

Commit

Permalink
Prefer dist
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Jan 20, 2015
1 parent e3a2645 commit 60ccc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ usage:
@echo "test: Runs the test suite.\ndoc: Creates the documentation.\nclean: Removes the documentation, the dependencies and the Composer files."

vendor:
@composer install --prefer-source --dev
@composer install --dev

update:
@composer update --prefer-source --dev
@composer update --dev

autoload: vendor
@composer dump-autoload
Expand Down

0 comments on commit 60ccc09

Please sign in to comment.