aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94de899..cb5a187 100644
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,6 @@ SOURCE_FILES = $(shell find DomeKey lib \
-or -name '*.c')
+.PHONY: build
build: $(SOURCE_FILES)
xcodebuild -scheme DomeKey -configuration Debug