[erlang-questions] Erlang and autoconf/make
Pupeno
pupeno@REDACTED
Wed Nov 15 07:01:47 CET 2006
BTW, I've found this way of writing it:
%.beam: %.erl
$(ERLC) $(ERLCFLAGS) -b beam $<
instead of
SUFFIXES = .erl .beam
.erl.beam:
$(ERLC) $(ERLCFLAGS) -b beam $<
which seems to be the current way of doing it. And it is more readable.
--
Pupeno <pupeno@REDACTED> (http://pupeno.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20061115/34c1675a/attachment.bin>
More information about the erlang-questions
mailing list