File: Makefile

package info (click to toggle)
ruby-multi-test 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 101; sh: 31; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
7
all: 
	./test-all
.PHONY: all

clean:
	rm -f test/gemfiles/**/*.lock
.PHONY: clean