Sha256: 5b6c613de16449ac60c6b35faf159b27d1861c3a75c626cb588378a266e76440

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

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

all: test

#: Run all tests without bloated output
check-short: 
	$(MAKE) check 2>&1  | ruby check-filter.rb

#: Run all tests (same as "test")
check: 
	rake test

#: Run all tests (same as "check")
test: 
	rake test

%: 
	rake $@

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trepanning-2.15.35 Makefile
trepanning-1.93.35 Makefile
trepanning-2.15.33 Makefile
trepanning-1.93.32 Makefile
trepanning-0.1.6 Makefile