File: Makefile

package info (click to toggle)
tcplay 3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,952 kB
  • sloc: ansic: 4,783; ruby: 759; makefile: 19; sh: 16
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
BUILD_PATH?=../build

.PHONY: test
test:
	sudo env BUILD_PATH=${BUILD_PATH} bundle exec cucumber

.PHONY: bootstrap
bootstrap:
	bundle config set path 'vendor/bundle'
	bundle install