Release coccinelle-0.1.6
[bpt/coccinelle.git] / tools / distributed / Makefile
CommitLineData
34e49164 1spatch_linux: spatch_linux.c
faf9a90c 2 gcc -D HOME="\"${COCCINELLE_HOME}/tools/distributed/\"" -o spatch_linux spatch_linux.c
34e49164
C
3
4install: spatch_linux cleanup
5 cp spatch_linux ~/bin
6
7cleanup: cleanup.ml
8 ocamlc -o cleanup str.cma cleanup.ml
0708f913
C
9
10clean:
11 rm -f cleanup cleanup.cmi cleanup.cmo spatch_linux