aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-06 12:18:38 +0100
committerLoïc Hoguin <[email protected]>2020-02-07 15:58:57 +0100
commitb6b3111b338b7e1d3ad9a1476e90ea106b7d73ef (patch)
tree0ba44b5fbc1d2407a4430ce091d2352e5a266c7e /core
parentca9f4949fa84b1c0ff6d37e172df12b531b1a5c7 (diff)
downloaderlang.mk-b6b3111b338b7e1d3ad9a1476e90ea106b7d73ef.tar.gz
erlang.mk-b6b3111b338b7e1d3ad9a1476e90ea106b7d73ef.tar.bz2
erlang.mk-b6b3111b338b7e1d3ad9a1476e90ea106b7d73ef.zip
Copy src/$(PROJECT).appup to ebin/ on build if any
Diffstat (limited to 'core')
-rw-r--r--core/erlc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index d102cd0..12f69e2 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -331,6 +331,9 @@ else
| sed "s/{id,[[:space:]]*\"git\"}/{id, \"$(subst /,\/,$(GITDESCRIBE))\"}/" \
> ebin/$(PROJECT).app
endif
+ifneq ($(wildcard src/$(PROJECT).appup),)
+ $(verbose) cp src/$(PROJECT).appup ebin/
+endif
clean:: clean-app