caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Matt Gushee <matt@gushee.net>
To: caml-list@inria.fr
Subject: Re: [Caml-list] make problem
Date: Sun, 09 Oct 2005 11:07:08 -0600	[thread overview]
Message-ID: <43494E3C.9090008@gushee.net> (raw)
In-Reply-To: <b9e8b78c0510090947g50a18fcdu39aa88fab8abef8f@mail.gmail.com>

Rasool Karimi wrote:
> I have created a make file and compile my program with make tool in this
> way:
> make
> I run this command in same path that the makefile is saved. But
> following error message is shown:
> No targets specified and no makefile found.  Stop.
> I think that I should give makefile to make tool. I examined switches of
> make tool but I could not find any appropriate switch.
> How can I fix this problem?

If you are using GNU make, you specify the name of the makefile like this:

  make -f <name_of_file>

But you shouldn't have to do that. By default, make will always find a
Makefile named 'Makefile' or 'makefile' (and I think there are 1 or 2
other acceptable spellings).

By the way, you will probably get better answers (to this question and
others) if you give some more information about what you are trying to
do. What platform are you working on? Do you have GNU make, or some
other implementation? What is the name of your makefile. And so on.

--
Matt Gushee
Englewood, CO, USA


      reply	other threads:[~2005-10-09 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-09 16:47 Rasool Karimi
2005-10-09 17:07 ` Matt Gushee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43494E3C.9090008@gushee.net \
    --to=matt@gushee.net \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).