aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-05 20:18:05 +0100
committerTeddy Wing2021-03-05 20:18:05 +0100
commit1b29751aca6376d7392356ed8e53048952150606 (patch)
tree574454e0463a96e094b510008a47fd162dbe4f7d
parent60918ea1c9c5c2ffeeaab2fd066bbe4160ccfcfd (diff)
downloadRe-Good-Catalina-Invert-Colours-1b29751aca6376d7392356ed8e53048952150606.tar.bz2
Makefile: Fix `CoreGraphics` framework capitalisation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6b403c..ef9d048 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
all:
- clang -x objective-c -framework Coregraphics -o invert-catalina-invert main.m
+ clang -x objective-c -framework CoreGraphics -o invert-catalina-invert main.m