Makefile: added instruction to compile debug application

This commit is contained in:
Vasily Levchenko
2016-09-12 17:27:13 +03:00
parent 35fb5fd82d
commit d6bb074fa7
+3 -1
View File
@@ -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