aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2019-01-11 16:52:07 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2019-01-11 16:52:07 +0100
commit01828887dda772aca9e8bbddb3325cc939729ed4 (patch)
treeb02020f3330af6e0150e668eecb55584cbe8fd98 /Makefile.extr
parentf8caf5f7564886dc43246c7477c4c22a7572e60d (diff)
downloadcompcert-kvx-01828887dda772aca9e8bbddb3325cc939729ed4.tar.gz
compcert-kvx-01828887dda772aca9e8bbddb3325cc939729ed4.zip
quick and dirty Makefile fixes
Diffstat (limited to 'Makefile.extr')
-rw-r--r--Makefile.extr4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.extr b/Makefile.extr
index 3da757cf..f5140a0c 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -43,7 +43,7 @@ cparser/pre_parser_messages.ml:
DIRS=extraction \
lib common $(ARCH) backend cfrontend cparser driver \
- exportclight debug
+ exportclight debug mppa_k1c/unittest
INCLUDES=$(patsubst %,-I %, $(DIRS))
@@ -89,7 +89,7 @@ ifeq ($(wildcard .depend.extr),.depend.extr)
CCOMP_OBJS:=$(shell $(MODORDER) driver/Driver.cmx)
ccomp: $(CCOMP_OBJS)
- @echo "Linking $@"
+ @echo "Linking $@ with "$(CCOMP_OBJS)
@$(OCAMLOPT) -o $@ $(LIBS) $(LINK_OPT) $+
ccomp.byte: $(CCOMP_OBJS:.cmx=.cmo)