diff options
| -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 | 
|  | index : DomeKey | |
| Control your computer with a pair of headphones | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Makefile | 1 | 
| @@ -5,5 +5,6 @@ SOURCE_FILES = $(shell find DomeKey lib \  	-or -name '*.c') +.PHONY: build  build: $(SOURCE_FILES)  	xcodebuild -scheme DomeKey -configuration Debug |