summaryrefslogtreecommitdiff
path: root/webapps
diff options
context:
space:
mode:
Diffstat (limited to 'webapps')
-rw-r--r--webapps/swat/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/webapps/swat/Makefile b/webapps/swat/Makefile
index 3f3b1d78f0..afff0594c1 100644
--- a/webapps/swat/Makefile
+++ b/webapps/swat/Makefile
@@ -85,14 +85,19 @@ APPLICATION_ADDITIONAL_RESOURCE = \
APPLICATION_RESOURCE_FILTER = true
APPLICATION_COMPLETE_SOURCE = false
+# Typically, we just need a "build"
+.PHONY: default
+
+default: build
+
################################################################################
# INCLUDE CORE
################################################################################
ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH)
- include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
- include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
+include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
+include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
endif
error: