aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2020-05-03 00:33:54 +0200
committerkoekeishiya <aasvi93@hotmail.com>2020-05-03 00:33:54 +0200
commit654c5d0b19877ef8ae90e38220939ab5c0f09b9e (patch)
treeef9054a5e827fc1cac3deb987f0f25137183fa76
parent5e10ff19ab743fba0f71fe1c1383b9b5a685c604 (diff)
downloadskhd-654c5d0b19877ef8ae90e38220939ab5c0f09b9e.tar.gz
skhd-654c5d0b19877ef8ae90e38220939ab5c0f09b9e.zip
-Wall
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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: