diff options
author | Derrell Lipman <derrell@samba.org> | 2007-02-07 18:52:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:48 -0500 |
commit | 2811e18da0d8dae2e2560c11a28450ae8b2a98d5 (patch) | |
tree | 7521a7b384f17f658474a87fb680ecd6eace3c04 /webapps | |
parent | 352729583fcb40a154228acb0db0daa02f4b16f9 (diff) | |
download | samba-2811e18da0d8dae2e2560c11a28450ae8b2a98d5.tar.gz samba-2811e18da0d8dae2e2560c11a28450ae8b2a98d5.tar.bz2 samba-2811e18da0d8dae2e2560c11a28450ae8b2a98d5.zip |
r21221: 'make build' should be the default target for us
(This used to be commit ca3b806070b924a455954cdfe124d726b38da87a)
Diffstat (limited to 'webapps')
-rw-r--r-- | webapps/swat/Makefile | 9 |
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: |