Release coccinelle-0.1.7
[bpt/coccinelle.git] / pycaml / Makefile
index 58f217a..aa0a21b 100644 (file)
@@ -23,9 +23,11 @@ pycaml.customtop: byte-code-library
        cp -f dllpycaml_stubs.so ../
        ocamlmktop -o pycaml.customtop pycaml.cma
 
-clean:: 
+clean::
        rm -f pycaml.customtop
 
+distclean:: clean
+
 depend: # added by julia, undoubtedly wrong
 
 -include $(OCAMLMAKEFILE)