summaryrefslogtreecommitdiffstats
path: root/macosx/module.xcode
blob: 8bfd15d992d4a189c66cd187986e2b18a8505f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## This rules file is processed only when xcode=1 method=terminal
## which hands-off the build to Xcode which in turn may callback this
## build system.

build:
	$(call MACOSX.XCODE,build)

clean:
	$(call MACOSX.XCODE,clean)

$(MAKECMDGOALS): __goals__
	@true

__goals__:
	$(call MACOSX.XCODE.PASSTHRU,$(MAKECMDGOALS))