From d6bb074fa7e3892772eee88e66e7f49d1f0f953b Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 12 Sep 2016 17:27:13 +0300 Subject: [PATCH] Makefile: added instruction to compile debug application --- experiments/dwarf-2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/experiments/dwarf-2/Makefile b/experiments/dwarf-2/Makefile index a25729ad12e..6727a0d342a 100644 --- a/experiments/dwarf-2/Makefile +++ b/experiments/dwarf-2/Makefile @@ -23,10 +23,12 @@ TRANSLATOR_JAR=../translator/build/libs/translator-1.0.jar %.asc:%.o ${LLVM_DWARF_DUMP} $< > $@ +debug:debug.o classfields_1.o + all:main.asc classfields_1.asc 2-functions.asc clean: ${RM} *.o *.asc *.bc *.s main.ll .PHONY: clean all -.PRECIOUS:%.ll %.bc %.s %.o +.PRECIOUS:%.ll %.bc %.s %.o debug