commit 4ba6c06601f5aad28c671b0c1d5a422504e78526 parent 9458b708c5b7d153b429590c04401e0d44aa16da Author: Cem Keylan <cem@ckyln.com> Date: Tue, 30 Jun 2020 08:57:39 +0300 Makefile: define CFLAGS Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -5,6 +5,8 @@ BINDIR = ${PREFIX}/bin LIBS = -lXss -lX11 -lc CC = cc +CFLAGS = -std=c99 -Wpedantic -Wall -Os + all: sxss sxss: config.h sxss.c