diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ SOURCE_FILES = $(shell find DomeKey lib \ -or -name '*.c') +.PHONY: build build: $(SOURCE_FILES) xcodebuild -scheme DomeKey -configuration Debug |