aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-10-17 13:26:42 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-10-17 13:26:42 +0200
commit1228fb573ea8155565257119ccd4b237d694d0ef (patch)
tree0bcede54a4ebfc9b31cac6a9b29121f14dec2db5 /Makefile
parentefcbff3aba4e0fc37bcb3f1453119a4aa8b466fb (diff)
downloadjournal-notify-1228fb573ea8155565257119ccd4b237d694d0ef.tar.gz
journal-notify-1228fb573ea8155565257119ccd4b237d694d0ef.tar.zst
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 8975f91..2241cd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# journal-notify - Notify about journal log entries
-CC := gcc
+CC := gcc -std=c11
MD := markdown
INSTALL := install
CP := cp