aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2020-12-01 13:11:14 +0100
committerkoekeishiya <aasvi93@hotmail.com>2020-12-01 13:11:14 +0100
commit02ec66eddb85a5bea62412022ef6cad57a7280c3 (patch)
tree699cb5870551a91754942e48444d2c119db013c5
parent78ee158939eaf58591244ffc6371c984a3a4f2a6 (diff)
downloadskhd-02ec66eddb85a5bea62412022ef6cad57a7280c3.tar.gz
skhd-02ec66eddb85a5bea62412022ef6cad57a7280c3.zip
remove old objc dispatch prototypes
-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: