From a182ff0e70549c0754666178106ac7dc76e24f77 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 7 Mar 2020 19:44:45 -0500 Subject: [PATCH] Build with C99 --- x5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x5/Makefile b/x5/Makefile index 1429988..5fd735d 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -1,5 +1,5 @@ EXECUTABLES := khatus -CC := gcc -Wall +CC := c99-gcc -Wall .PHONY: \ build \ -- 2.20.1