[m-users.] [Beginner] How to prevent Mercury from generating files other than the final binary

Razetime rraghu.11502 at gmail.com
Fri Oct 14 12:27:23 AEDT 2022


When I compile my mercury program, I get a lot of files that clutter
the directory. As of now I am deleting them with the help of a script.
Is there a builtin way to keep the compiled binary only?

$ mmc a01.m
$ ls
a01  a01.c  a01.c_date  a01.d  a01_init.c  a01_init.o  a01.m  a01.mh  a01.o  inp


More information about the users mailing list