From 06e15e2b15dae38a13b872c6173b21f8ae2c0777 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Thu, 1 Sep 2016 19:52:26 +0200 Subject: Add debug build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3a12f1..0833c63 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,8 @@ all: mxml mxml: mxml.c gcc -lmxml -pthread -o mxml mxml.c +debug: + gcc -g -lmxml -pthread -o mxml mxml.c + .PHONY: all -- cgit v1.2.1-18-gbd029