aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.mk
diff options
context:
space:
mode:
authorKrister Svanlund <[email protected]>2016-07-11 16:45:26 +0200
committerLoïc Hoguin <[email protected]>2016-07-14 16:06:38 +0200
commit5401192f38ff407a749fccfdb8f2f9aab012efea (patch)
tree68b278f202850204951d657e78b5b976fe60440c /core/core.mk
parentb48618d362d24248035e87a0bc1a3a22ad5a3dd9 (diff)
downloaderlang.mk-5401192f38ff407a749fccfdb8f2f9aab012efea.tar.gz
erlang.mk-5401192f38ff407a749fccfdb8f2f9aab012efea.tar.bz2
erlang.mk-5401192f38ff407a749fccfdb8f2f9aab012efea.zip
Build apps/* only once
Replicating the behavior for deps/*. With refactoring from Loïc.
Diffstat (limited to 'core/core.mk')
-rw-r--r--core/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.mk b/core/core.mk
index 8188bc3..6af2db9 100644
--- a/core/core.mk
+++ b/core/core.mk
@@ -12,7 +12,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.PHONY: all app deps search rel docs install-docs check tests clean distclean help erlang-mk
+.PHONY: all app apps deps search rel docs install-docs check tests clean distclean help erlang-mk
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))