Browse Source

Don't run the build.plt target each and every time we run dialyzer.

David N. Welton 11 years ago
parent
commit
59d416bac3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,4 +20,4 @@ dialyzer: build.plt compile
 build.plt:
 	dialyzer -q --build_plt --apps erts kernel stdlib ssl --output_plt $@
 
-.PHONY: all compile release clean create_testdbs test dialyzer build.plt
+.PHONY: all compile release clean create_testdbs test dialyzer