aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-14 20:35:56 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-14 20:35:56 +0100
commite58c656f8223909cfcf531bbd19e32bf50bd162b (patch)
tree805b173b1a250952913ca7a2dc53ea8e66018b5e /Makefile
parentfb87921df88bf99385514fabb21458482e058260 (diff)
downloadcompcert-kvx-e58c656f8223909cfcf531bbd19e32bf50bd162b.tar.gz
compcert-kvx-e58c656f8223909cfcf531bbd19e32bf50bd162b.zip
rm Flocq from RECDIRS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))