From 1228fb573ea8155565257119ccd4b237d694d0ef Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Oct 2014 13:26:42 +0200 Subject: use ISO C11 standard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf