index
:
MATCH-2.git
master
MATCH-2 - search pattern in file and print position, better then GREP
dianshi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 4dc668640618529b64edf16cfa1a3564b332266a (
plain
) (
blame
)
1
2
3
4
5
6
7
CC
=
gcc make
:
$(
CC
) -
c rabincarp.c
$(
CC
)
main.c rabincarp.o
-
o MATCH-2