Skip to content

Commit

Permalink
correction of makefile formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGELA EBIRIM committed Mar 14, 2017
1 parent f5d9fb1 commit 02a4532
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
@@ -1,10 +1,13 @@

test:
bundle exec rspec spec

build:
gem build parliament-ruby.gemspec

release: build test
release: build test
gem push parliament-ruby-*.gem
rm parliament-ruby-*.gem
rm parliament-ruby-*.gem




0 comments on commit 02a4532

Please sign in to comment.