File: Makefile

package info (click to toggle)
ruby-columnize 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: ruby: 477; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# I'll admit it -- I'm an absent-minded old-timer who has trouble
# learning new tricks.

RUBY ?= ruby
RAKE ?= rake

test: check

#: Default target; same as "make check"
all: check
	true

#: Same as corresponding rake task
%: 
	$(RAKE) $@