diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ build: $(LIB_DEBUG) $(LIB_DEBUG): $(SOURCES) xcodebuild -scheme dome_key_event_source_simulator -configuration Debug +.PHONY: clean +clean: + xcodebuild -scheme dome_key_event_source_simulator -configuration Debug clean + test: test.c $(LIB_DEBUG) gcc -g -Wall -Wextra -Werror -ObjC \ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \ |
