Sha256: ac4642439e9928a3c387c71ff426c5844e7ff888f78c77d696592363213876d7

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

# I'll admit it -- I'm an absent-minded old-timer who has trouble
# learning new tricks.
.PHONY: all test

all: test
	rake $@

check: 
	rake test
test: 
	rake test

%: 
	rake $@

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rb-threadframe-0.33 Makefile