From e58c656f8223909cfcf531bbd19e32bf50bd162b Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 14 Dec 2021 20:35:56 +0100 Subject: rm Flocq from RECDIRS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9bf9ed4..8b50375f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ BACKENDLIB?=Asmgenproof0.v Asmgenproof1.v DIRS := lib lib/Impure common $(ARCHDIRS) scheduling backend cfrontend driver \ export cparser -RECDIRS:=lib common $(ARCHDIRS) scheduling backend cfrontend driver flocq exportclight \ +RECDIRS:=lib common $(ARCHDIRS) scheduling backend cfrontend driver exportclight \ cparser COQINCLUDES := $(foreach d, $(DIRS), -R $(d) compcert.$(subst /,.,$d)) -- cgit