ソースを参照

Add PHONY targets for safety

Just trying to be a bit more thorough in the Makefile targets.
pull/30/head
Paul J. Davis 12年前
committed by Dave Cottlehuber
コミット
1f0888234d
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile ファイルの表示

@ -37,3 +37,5 @@ check: build etap eunit
%.beam: %.erl
erlc -o test/ $<
.PHONY: all clean distclean depends build etap eunit check

読み込み中…
キャンセル
保存