Commit 30ac7922 authored by Dominik Charousset's avatar Dominik Charousset

added Makefile for erlang benchmarks

parent 207c4ecd
FILES=actor_creation.erl distributed.erl mailbox_performance.erl matching.erl mixed_case.erl
BEAMS=$(FILES:.erl=.beam)
ERLC=erlc
%.beam: %.erl
$(ERLC) $<
all: $(BEAMS)
clean:
rm -f $(BEAMS)
.PHONY: all clean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment