Release coccinelle-0.1.4
[bpt/coccinelle.git] / tools / distributed / Makefile
1 spatch_linux: spatch_linux.c
2 gcc -D HOME="\"${COCCINELLE_HOME}/tools/distributed/\"" -o spatch_linux spatch_linux.c
3
4 install: spatch_linux cleanup
5 cp spatch_linux ~/bin
6
7 cleanup: cleanup.ml
8 ocamlc -o cleanup str.cma cleanup.ml