From 4ef14d88e4692e0f9670f1ca689d0969534e48e4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 15 Jul 2014 18:25:11 +0200 Subject: Makefile: add CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a12808a..94a765c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ TARGETS:= xrandr-notify +CFLAGS:=-std=c99 -pedantic -Wall -Wshadow LDFLAGS:=-lX11 -lXrandr all: $(TARGETS) -- cgit v1.2.3