浏览代码

Update PHONY Makefile target

pull/186/head
Reid Draper 11 年前
父节点
当前提交
c1d9f9835f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile 查看文件

@ -1,4 +1,5 @@
.PHONY: rel stagedevrel deps test
.PHONY: all compile deps clean distclean test check_plt build_plt dialyzer \
cleanplt
all: deps compile

正在加载...
取消
保存