Sha256: fc063aec35f2e0704ab023f7079a69b940f3294276d5a3ffa8b3b873b05d1110

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

help:
	@echo 'test:          Runs tests'
	@echo 'deploy:        Creates manifest, gemspecs, .. and deploys to rubygem'

test:
	rake test

# deploys gem
deploy:
	rake build && rake release && rake publish_docs && verde Correctly deployed

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
palladius-0.0.6 Makefile