Sha256: 52b2256e791dcd6765b7f93e3ddf604efb8223c791e8f66c98c18cdc001be248

Contents?: true

Size: 262 Bytes

Versions: 5

Compression:

Stored size: 262 Bytes

Contents

.PHONY: features

dependencies:
	bin/setup

outdated-dependencies:
	bundle outdated --only-explicit

features:
	bundle exec cucumber $(feature)

analysis:
	bundle exec rubocop

cleanup-analysis:
	bundle exec rubocop -a

cleanup-logs:
	rm -rf features/logs/*.log

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nonnative-1.7.0 Makefile
nonnative-1.6.0 Makefile
nonnative-1.5.0 Makefile
nonnative-1.4.0 Makefile
nonnative-1.3.0 Makefile