Commit Diff


commit - 7d97a979175c3927126801f0475fbf234aa3c594
commit + aedcc736985355c4444e7374d135a81df843b622
blob - 5c8577f710fefaf1b10f1edd4b73629eac7409bd
blob + fad2dd3e79333424437b00cb8aed57c0aa46e331
--- Makefile
+++ Makefile
@@ -6,7 +6,7 @@
 
 PREFIX ?= $(HOME)/.local
 CC ?= cc
-CFLAGS = -std=c99 -Wall -Wextra $(shell pkg-config --cflags x11)
+CFLAGS = -std=c11 -pedantic -Wall -Wextra $(shell pkg-config --cflags x11)
 # Enable debug output (uncomment to use):
 # CFLAGS += -DDEBUG
 LDFLAGS =