您最多选择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