diff options
-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`. |