diff options
author | Tristan Sloughter <[email protected]> | 2013-04-08 18:03:14 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-04-08 18:10:13 -0500 |
commit | 0759b8fbb928ee07827f1596035f6df7b4c351a3 (patch) | |
tree | b73200726a303752b1d283f89cd9225810575943 /Makefile | |
parent | 95a54e26db826c8d3a10aea4982dd0de7291f424 (diff) | |
download | relx-0759b8fbb928ee07827f1596035f6df7b4c351a3.tar.gz relx-0759b8fbb928ee07827f1596035f6df7b4c351a3.tar.bz2 relx-0759b8fbb928ee07827f1596035f6df7b4c351a3.zip |
remove dialyzer and test from all since we run travis on PRs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ endif .PHONY: all compile doc clean test dialyzer typer shell distclean pdf \ update-deps escript clean-common-test-data rebuild -all: deps compile escript dialyzer test +all: deps compile escript # ============================================================================= # Rules to build the system |