From 051a9afdad6a004053bbfc1adf25b9d28b67c31f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 15 Oct 2018 19:31:56 +0200 Subject: Makefile: Add a `clean` target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 25cf9b1..b12c5de 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3