aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index dbd93ff..19c17e7 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
FRAMEWORKS = -framework Cocoa -framework Carbon -framework CoreServices
BUILD_PATH = ./bin
-BUILD_FLAGS = -std=c99 -Wall -g -O0 -DOBJC_OLD_DISPATCH_PROTOTYPES=1
+BUILD_FLAGS = -std=c99 -Wall -g -O0
SKHD_SRC = ./src/skhd.c
BINS = $(BUILD_PATH)/skhd
@@ -8,7 +8,7 @@ BINS = $(BUILD_PATH)/skhd
all: clean $(BINS)
-install: BUILD_FLAGS=-std=c99 -Wall -O2 -DOBJC_OLD_DISPATCH_PROTOTYPES=1
+install: BUILD_FLAGS=-std=c99 -Wall -O2
install: clean $(BINS)
clean: