aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb3d0b2a9f..091cd578cd 100644
--- a/Makefile
+++ b/Makefile
@@ -11,19 +11,20 @@ noargument:
@echo " make cleanall"
@echo or make archclean
-INCLUDES=-I config -I lib
BYTEFLAGS=$(INCLUDES) $(CAMLDEBUG)
OPTFLAGS=$(INCLUDES) $(CAMLTIMEPROF)
OCAMLDEP=ocamldep
DEPFLAGS=$(INCLUDES)
+INCLUDES=-I config -I lib -I kernel
+
# Objects files
CONFIG=config/coq_config.cmo
LIB=lib/pp_control.cmo lib/pp.cmo lib/util.cmo lib/hashcons.cmo
-KERNEL=kernel/names.cmo
+KERNEL=kernel/names.cmo kernel/sign.cmo
OBJS=$(CONFIG) $(LIB) $(KERNEL)