From ea849862a85e1751206c20254e9126cf3e8096b5 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 11 May 2023 22:09:49 +0200 Subject: Fix languages - Enumerate windows on screen. - Build with optimizations. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3