aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-29 04:04:10 +0200
committerLoïc Hoguin <[email protected]>2013-05-29 04:04:10 +0200
commitb26beff4c8d6445f578debb2f4dc29edf381adab (patch)
tree803398804701a5b198e0aeccd5f8e2867be59397 /README.md
parentd654eceeb164f4b5e59e13a96e19c5fa0e06bf3a (diff)
downloaderlang.mk-b26beff4c8d6445f578debb2f4dc29edf381adab.tar.gz
erlang.mk-b26beff4c8d6445f578debb2f4dc29edf381adab.tar.bz2
erlang.mk-b26beff4c8d6445f578debb2f4dc29edf381adab.zip
Clarify the README about the application resource file
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ef9f387..53c4180 100644
--- a/README.md
+++ b/README.md
@@ -50,12 +50,12 @@ Compiled files
The following files will be automatically compiled:
-| Wildcard | Description |
-| ------------------ | ----------------------------- |
-| `src/*.app.src` | OTP application resource file |
-| `src/*.erl` | Erlang source files |
-| `src/*.core` | Core Erlang source files |
-| `templates/*.dtl` | ErlyDTL template files |
+| Wildcard | Description |
+| ------------------------ | ----------------------------- |
+| `src/$(PROJECT).app.src` | OTP application resource file |
+| `src/*.erl` | Erlang source files |
+| `src/*.core` | Core Erlang source files |
+| `templates/*.dtl` | ErlyDTL template files |
Only the `.app.src` file and at least one `.erl` file are required.