From 2811e18da0d8dae2e2560c11a28450ae8b2a98d5 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 7 Feb 2007 18:52:11 +0000 Subject: r21221: 'make build' should be the default target for us (This used to be commit ca3b806070b924a455954cdfe124d726b38da87a) --- webapps/swat/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'webapps/swat') 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: -- cgit