summaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-01-07 14:24:58 -0700
committerZackery Spytz <zspytz@gmail.com>2019-01-07 14:24:58 -0700
commit8d9d4cc5f12501c770304e275eff741a82f353cd (patch)
treec258dd2e70ab8f057b985756a82c19b1780d91a7 /Examples/Makefile.in
parent8f7bc4cc1078cd2223c051c8db12559d3d3d031e (diff)
downloadswig-8d9d4cc5f12501c770304e275eff741a82f353cd.tar.gz
[OCaml] Improve "make clean" and similar
When cleaning, remove the runme file and generated *.mli files. Remove unneeded MLFILE variables from Makefiles.
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 6d6dc95af..b5b650865 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -994,7 +994,7 @@ ocaml_version:
# -----------------------------------------------------------------
ocaml_clean:
- rm -f *_wrap* *~ .~* *.cmo *.cmi $(MLFILE) $(MLFILE)i swig.mli swig.cmi swig.ml swig.cmo swigp4.ml swigp4.cmo
+ rm -f *_wrap* *~ .~* *.cmo *.cmi *.mli $(TARGET).ml $(RUNME) $(RUNME)_top swig.ml swigp4.ml
rm -f core @EXTRA_CLEAN@
rm -f *.@OBJEXT@ *@SO@