Makefile in grounds-0.0.1 vs Makefile in grounds-0.1.0
- old
+ new
@@ -1,16 +1,16 @@
GEM = pkg/grounds-$(shell cat VERSION).gem
-all: test html Gemfile.lock clean
+all: test $(GEM) clean
test:
bats --tap t
-html:
- make -wC public
Gemfile.lock: Gemfile grounds.gemspec
bundle --no-color
-$(GEM): Gemfile.lock lib/rack/grounds.rb
+$(GEM): Gemfile.lock
rake build
install: $(GEM)
rake install
+release: $(GEM)
+ rake release
clean:
git clean -Xdf