aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index eae7a14..8521325 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,6 @@ build/include/*.h: lib/DDHotKey/*.h
lib/DDHotKey/%.o: lib/DDHotKey/%.m
clang -x objective-c \
-w \
- -framework Carbon \
- -framework Cocoa \
- -framework Foundation \
-fobjc-arc \
-c \
$<