summaryrefslogtreecommitdiffhomepage
path: root/project/custom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/custom.mk')
-rw-r--r--project/custom.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk
index 8f9fabb..8e0bbc4 100644
--- a/project/custom.mk
+++ b/project/custom.mk
@@ -26,6 +26,18 @@ endif
+ifeq ($(DISABLE_FRONTEND),yes)
+app-tag:
+package-install-app:
+package-install-extras:
+else
+app-tag: package-app app.tag
+package-install-app: install-app
+package-install-extras: install-extras
+endif
+
+
+
ifeq ($(ALL_STATIC),yes)
package-app: static-app