[erlang-questions] Does Emakefile support ASN.1 files?
Bengt Kleberg
bengt.kleberg@REDACTED
Fri Feb 13 08:45:47 CET 2009
Greetings,
Can you change the Emakefile to have your target first in the tuple?
I have not worked with ASN1, but from what I know of Emakefiles the
first entry in the tuple should be the target (module). According to the
compile documentation ASN1 files are the source for targets, not
targets.
bengt
On Fri, 2009-02-13 at 10:27 +0600, Maxim Treskin wrote:
> Hello
>
> I have Emakefile which contains one line:
>
> {"*.asn", [{outdir, "."}]}.
>
>
> So, when I type "erl -make", there is nothing done.
> It seems that erlang make does not support ASN.1 compilation.
>
> --
> Maxim Treskin
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list