mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r21221: 'make build' should be the default target for us
(This used to be commit ca3b806070b924a455954cdfe124d726b38da87a)
This commit is contained in:
parent
352729583f
commit
2811e18da0
@ -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…
x
Reference in New Issue
Block a user