mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r21221: 'make build' should be the default target for us
This commit is contained in:
parent
341e12496c
commit
ca3b806070
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user