summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-07-15 18:25:11 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-07-15 18:25:11 +0200
commit4ef14d88e4692e0f9670f1ca689d0969534e48e4 (patch)
tree9c6cf16783c46e0547d96c22cce871963d84f4ea
parent25aaae3c7fb02fdacccef1b79fd2470951978cf0 (diff)
downloadxrandr-notify-master.tar.gz
xrandr-notify-master.tar.xz
xrandr-notify-master.zip
Makefile: add CFLAGSHEADmaster
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)