From 051baa12b41b6b962bdeda31754690bde0c2a123 Mon Sep 17 00:00:00 2001 From: Eduardo Tongson Date: Fri, 3 Mar 2017 17:29:48 +0800 Subject: [PATCH] Improve README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e571de8..ba65e00 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Note: Linux and OS X only. xBSD soon. The SRC, VENDOR split is just for organization. Underneath they are using the same Make routines. -Run `make` or `make release` for the final executable without debug symbols in `bin/`.
-If you want to link statically run `make STATIC=1`
+Run `make` during development or `make release` for the final executable without debug symbols in `bin/`.
+If you want to link statically run `make release STATIC=1`
#### Adding plain Lua and MoonScript modules. (NOTE: VENDOR and SRC are interchangeable.)