File: Makefile

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


all: NAST-iEr

NAST-iEr: NAST-iEr.c
	$(CC) $(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