From 654c5d0b19877ef8ae90e38220939ab5c0f09b9e Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 3 May 2020 00:33:54 +0200 Subject: -Wall --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1c62af4..dbd93ff 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ BINS = $(BUILD_PATH)/skhd all: clean $(BINS) -install: BUILD_FLAGS=-std=c99 -O2 -DOBJC_OLD_DISPATCH_PROTOTYPES=1 +install: BUILD_FLAGS=-std=c99 -Wall -O2 -DOBJC_OLD_DISPATCH_PROTOTYPES=1 install: clean $(BINS) clean: -- cgit v1.2.3