選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
140 B

  1. all: build
  2. %.beam: %.erl
  3. erlc -o test/ $<
  4. build: c_src/decoder.c
  5. ./rebar compile
  6. check: test/etap.beam test/util.beam
  7. prove test/*.t