summaryrefslogtreecommitdiffstats
path: root/macosx/module.xcode
blob: 5d75f5152449d511436c507ad527f21afd288a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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)

xclean: clean

$(MAKECMDGOALS): __goals__
	@true

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