From 1ecf4cf0ec57b800c0cdf43554734a22c182d848 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 4 Oct 2017 18:22:29 +0200 Subject: [PATCH] Compile with -g --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b56ad0..bc83ef6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ AS=ca65 LD=cl65 INCLUDES:=$(wildcard include/*.h) include/version.h GV:=$(shell git describe --tags --always) -CFLAGS= -I include -t c128 +CFLAGS= -I include -t c128 -g .PHONY: include/version.h clean dist-clean format -- 2.39.5