File: Makefile

package info (click to toggle)
grabix 0.1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,564 kB
  • sloc: ansic: 917; cpp: 320; sh: 124; python: 43; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
LDFLAGS+= -lstdc++ -lz
CFLAGS+=-Wall
CFLAGS+= -flto
LDFLAGS+= -Wl,-flto

all:
	gcc $(CFLAGS) -o grabix grabix_main.cpp grabix.cpp bgzf.c $(LDFLAGS)

clean:
	rm -f grabix