Sha256: d856b45512530c316ab14f0529150d599afd06911211d6fc79041d35bbbb4ecc

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

GEM = pkg/grounds-$(shell cat VERSION).gem

all: test $(GEM) clean

test:
	bats --tap t
Gemfile.lock: Gemfile grounds.gemspec
	bundle --no-color
$(GEM): Gemfile.lock
	rake build
install: $(GEM)
	rake install
release: $(GEM)
	rake release
clean:
	git clean -Xdf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grounds-0.1.0 Makefile