summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-05-11 22:09:49 +0200
committerAlbert Cervin <albert@acervin.com>2023-05-11 22:09:49 +0200
commitea849862a85e1751206c20254e9126cf3e8096b5 (patch)
tree249bbd4630a156983ea77bc4d43c186e03f6ed0e /Makefile
parent67276833f9ede96dbc549c508f182c913240ac2c (diff)
downloaddged-ea849862a85e1751206c20254e9126cf3e8096b5.tar.gz
dged-ea849862a85e1751206c20254e9126cf3e8096b5.tar.xz
dged-ea849862a85e1751206c20254e9126cf3e8096b5.zip
Fix languages
- Enumerate windows on screen. - Build with optimizations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c58ea5..7095266 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ prefix ?= "/usr"
.SUFFIXES:
.SUFFIXES: .c .o .d
-CFLAGS = -Werror -g -std=c99 -I $(.CURDIR)/src -I $(.CURDIR)/src/main
+CFLAGS += -Werror -g -std=c99 -I $(.CURDIR)/src -I $(.CURDIR)/src/main
UNAME_S != uname -s | tr '[:upper:]' '[:lower:]'
.sinclude "$(UNAME_S).mk"