diff options
author | Jordan Wilberding <[email protected]> | 2013-04-08 16:33:51 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2013-04-08 16:33:51 -0700 |
commit | bd20c04683b700027ed75c090c9d4534b40b3d47 (patch) | |
tree | b73200726a303752b1d283f89cd9225810575943 | |
parent | 4c0bdeb92883048bac4e6a45d5217de07ae14291 (diff) | |
parent | 0759b8fbb928ee07827f1596035f6df7b4c351a3 (diff) | |
download | relx-bd20c04683b700027ed75c090c9d4534b40b3d47.tar.gz relx-bd20c04683b700027ed75c090c9d4534b40b3d47.tar.bz2 relx-bd20c04683b700027ed75c090c9d4534b40b3d47.zip |
Merge pull request #50 from tsloughter/master
remove dialyzer and test from all since we run travis on PRs
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 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 @@ -25,7 +25,7 @@ additional specification information for releases. To build relcool and generate a standalone escript executable: - $ make escript + $ make This creates the executable `relcool`. |