aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-10-17 13:27:47 +0200
committerChristian Hesse <mail@eworm.de>2014-10-17 13:27:47 +0200
commit5f0e17501c9e9e59fed24296e5870fb9fa05e6d7 (patch)
treeb34529b7e8016466793bbe57168ba39d23977b86 /Makefile
parentprint signal name (diff)
downloadmpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.gz
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.bz2
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.xz
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.tar.zst
mpd-notification-5f0e17501c9e9e59fed24296e5870fb9fa05e6d7.zip
use ISO C11 standard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ebafd6..9502e74 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# mpd-notification - Notify about tracks played by mpd
-CC := gcc
+CC := gcc -std=c11
MD := markdown
INSTALL := install
CP := cp