Sha256: 29cf067236b9505c42fe60938ba65a912954c2587fc58fd4f809c25d8e951a2b

Contents?: true

Size: 264 Bytes

Versions: 8

Compression:

Stored size: 264 Bytes

Contents

repofetch.gem: repofetch.gemspec lib/** exe/**
	gem build -o repofetch.gem repofetch.gemspec

demos: tapes/*
	$(foreach tape,$(wildcard tapes/*),vhs $(tape);)

.PHONY: doc
doc:
	bundle exec yardoc

.PHONY: install
install: repofetch.gem
	gem install repofetch.gem

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
repofetch-0.5.2 Makefile
repofetch-0.5.1 Makefile
repofetch-0.5.0 Makefile
repofetch-0.4.4 Makefile
repofetch-0.4.3 Makefile
repofetch-0.4.2 Makefile
repofetch-0.4.2.pre.rc.3 Makefile
repofetch-0.4.1 Makefile