From 6fea0ef0958b66711235659ac2cd7122afc04897 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 13 Oct 2014 18:46:22 +0200 Subject: Added a file containing definitions for the types used to store the debug information. The types follow the Current Attributes by Tag Value in Appendix 1 of the Dwarf 2 standard. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b668724..a0744c0d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ include Makefile.config -DIRS=lib common $(ARCH) backend cfrontend driver \ +DIRS=lib common $(ARCH) backend cfrontend driver debug\ flocq/Core flocq/Prop flocq/Calc flocq/Appli exportclight \ cparser cparser/validator -- cgit