Sha256: 5fcc756308a8159ffb2737ff3f1739f41c45f7340cb91cbadbbd7b31ab8045a6

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

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

all: test html Gemfile.lock clean

test:
	bats --tap t
html:
	make -wC public
Gemfile.lock: Gemfile grounds.gemspec
	bundle --no-color
$(GEM): Gemfile.lock lib/rack/grounds.rb
	rake build
install: $(GEM)
	rake install
clean:
	git clean -Xdf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grounds-0.0.1 Makefile