aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-10 15:55:29 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-10 15:55:29 +0000
commitc2871c53235b57e90b666fe1ebea6f7b99225357 (patch)
tree6b31d73cb71dab573e8edac5e888dc4330786b4a /Makefile
parentc73baf2e8637c8a0d10cff74d0ce1e818f540939 (diff)
downloadimv-c2871c53235b57e90b666fe1ebea6f7b99225357.tar.gz
Tell gcc to be pedantic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d589faa..c3533ea 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
prefix = /usr
-CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags`
+CFLAGS = -W -Wall -Wpedantic -std=gnu11 `sdl2-config --cflags`
LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig -lpthread
TARGET = imv