From 63dd156d873bb96eeaa19b78f9baccacf2f977fd Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 17:17:05 +0100 Subject: Misc: Added the dbgprintf() macro --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d13a7ff..17f9717 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=cc -CFLAGS=-g -Wall -I. +CC=egcc +CFLAGS=-std=c99 -g -Wall -I. all: chip8_emulator -- cgit 1.4.1