commit 5f2e4b1c300deb353d2edb965cee7462f465d54e parent 2a7835b4205168192533ca5fcaea86dfb100cbe5 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 21 Feb 2019 23:06:45 +0100 Embrace the future, build both programs in C99 mode. Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ # CC ?= cc -CFLAGS += -Wall -ansi -pedantic +CFLAGS += -std=c99 -Wall -pedantic all: $(CC) $(CFLAGS) -o pcx2gba pcx2gba.c