mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
Merge pull request #88 from jimeh/refactor-shared-library-bundler-logic
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -2,6 +2,8 @@
|
||||
|
||||
source 'http://rubygems.org/'
|
||||
|
||||
gem 'ruby-macho'
|
||||
|
||||
group :development do
|
||||
gem 'byebug'
|
||||
gem 'rubocop'
|
||||
|
||||
7
Makefile
7
Makefile
@@ -45,8 +45,11 @@ SHELL := env \
|
||||
# Bootstrap
|
||||
#
|
||||
|
||||
bootstrap: bootstrap-brew
|
||||
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
|
||||
bootstrap: bootstrap-brew bootstrap-ruby
|
||||
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-ruby bootstrap-pip
|
||||
|
||||
bootstrap-ruby:
|
||||
bundle install
|
||||
|
||||
bootstrap-brew:
|
||||
brew bundle
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user