diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-12-24 22:21:00 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-12-24 22:21:00 -0500 |
commit | 57d07606357d4ce3b1c1a6461a5b7c6c90c1df9e (patch) | |
tree | 94217be40b851e02f82c7aee05dbc7e513878106 /config.mk | |
parent | 206427537a2abd075157e62da09000f2b5aaf42c (diff) |
let's not alienate the dwm folks
Fix style.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PREFIX = /usr/local # Default compile flags (overridable by environment) -CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function +CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function -Wdeclaration-after-statement # Uncomment to build XWayland support #CFLAGS += -DXWAYLAND |