Skip to content

Commit

Permalink
Clean mac Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
takkyuuplayer committed Sep 3, 2016
1 parent d01602a commit 783d7b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
8 changes: 0 additions & 8 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,3 @@ cask 'trello-x'
cask 'vagrant'
cask 'vagrant-manager'
cask 'virtualbox'
mas 'GarageBand', id: 682658836
mas 'iMovie', id: 408981434
mas 'Pages', id: 409201541
mas 'WeChat', id: 836500024
mas 'LINE', id: 539883307
mas 'Keynote', id: 409183694
mas 'Xcode', id: 497799835
mas 'Numbers', id: 409203825
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ rbenv:
rbenv rehash
gem install bundler

mac: brew_install mas_install

mas_dump:
mas list > Masfile

mas_install:
cat Masfile | awk '{print $$1}' | xargs -n 1 mas install
mas upgrade
mac: brew_install

brew_install:
which brew || ruby -e ${HOMEBREW}
Expand Down
8 changes: 0 additions & 8 deletions Masfile

This file was deleted.

0 comments on commit 783d7b4

Please sign in to comment.