From 4f344ab564cc2eefefdae3ef3e0d6fa456625f88 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 15 Jul 2014 17:42:42 +0200 Subject: Makefile: add CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 758c559..3627d6d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ TARGETS:= xinerama-resolution +CFLAGS:=-std=c99 -pedantic -Wall -Wshadow LDFLAGS:=-lX11 -lXinerama all: $(TARGETS) -- cgit v1.2.3