File: Makefile

package info (click to toggle)
transdecoder 5.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 29,088 kB
  • sloc: perl: 11,574; python: 271; sh: 147; makefile: 73
file content (12 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
SHELL := /bin/bash

all:
	@echo Nothing to build.  Run \'make test\' to run example executions on each of the sample data sets provided.

clean:
	cd ./sample_data && make clean

test:
	cd ./sample_data/ && make test