aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cb5a187312be47a04c2d2770beb7004822985562 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCE_FILES = $(shell find DomeKey lib \
	-type f \
	-name '*.h' \
	-or -name '*.m' \
	-or -name '*.c')


.PHONY: build
build: $(SOURCE_FILES)
	xcodebuild -scheme DomeKey -configuration Debug