File: Makefile

package info (click to toggle)
microbiomeutil 20101212%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 49,276 kB
  • sloc: perl: 4,878; ansic: 419; makefile: 98; sh: 27
file content (15 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


all: NAST-iEr

NAST-iEr: NAST-iEr.c
	gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) NAST-iEr.c -o NAST-iEr


clean:
	cd ./sample_data; make clean
	rm -f NAST-iEr

test:
	cd ./sample_data; make test