From ba9cc7596de161a763ee087c1924cb2f13df0a68 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 3 Dec 2013 08:32:05 -0500 Subject: [PATCH] add debug info to build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b0d0702..34df417 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +CXXFLAGS=-g + all: v6502 v6502: v6502.o cpu.o