From: Siraaj Khandkar Date: Sun, 8 Mar 2020 00:44:45 +0000 (-0500) Subject: Build with C99 X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=a182ff0e70549c0754666178106ac7dc76e24f77 Build with C99 --- 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 \