Skip to content

Commit 03117bf

Browse files
committed
Bundle install in prism gem too
1 parent 6955643 commit 03117bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ clean:
5454
rm -rf src/*.o test/*.o lib/erbx/*.bundle tmp
5555
rm -rf $(prism_path)
5656

57-
prism/bundle_install:
57+
bundle_install:
5858
bundle install
59+
cd $(prism_path) && bundle install && cd -
5960

60-
prism: prism/bundle_install
61-
cd $(prism_path) && rake compile && cd -
61+
prism: bundle_install
62+
cd $(prism_path) && bundle exec rake compile && cd -

0 commit comments

Comments
 (0)