repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Give real examples in the bulk feature mason component
[sgn.git]
/
programs
/
Makefile
blob
2a8a7cb57783a7e92eb807739a40d51b06d7c253
1
PROGS
=
draw_contigalign
2
3
CC
=
gcc
4
CPP
=
g
++
5
CFLAGS
=-
O2
-
fomit-frame-pointer
-
Wall
6
7
all
: $(
PROGS
)
8
9
draw_contigalign
:
source
/
draw_contigalign.c
10
$(
CC
) $(
CFLAGS
) -
odraw_contigalign
$< -
lgd
11
12
clean
:
13
rm
-
f
$(
PROGS
) *
.o