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


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