From 0cf4c6de354bdf57b648a645d9941dbf57be8d27 Mon Sep 17 00:00:00 2001 From: Samuel Clarke Date: Fri, 26 Oct 2018 16:42:00 +1100 Subject: [PATCH] explicitly stated the standard, to avoid errors with different compilers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d104f2d..db49cec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ imcat: imcat.c - cc -Wall -g -o imcat imcat.c -lm + cc -std=c99 -Wall -g -o imcat imcat.c -lm run: imcat ./imcat ~/Desktop/*.png