projects
/
qpalma.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
+ wrote faster parser / file processing tools in C
[qpalma.git]
/
tools
/
data_tools
/
Makefile
1
2
SRCS
=
parser.c\
3
datastructures.c
4
5
6
OBJS
= $(
SRCS
:%
.
cpp
=%
.o
)
7
8
all
: $(
OBJS
)
9
gcc
-
Wall
-
o filterReads
$(
OBJS
)
filterReads.c