diff options
| -rw-r--r-- | Makefile.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index ba59fa379a..aa98d5e19c 100644 --- a/Makefile.build +++ b/Makefile.build @@ -441,6 +441,11 @@ reals: $(REALSVO) setoids: $(SETOIDSVO) sorting: $(SORTINGVO) numbers: $(NUMBERSVO) +unicode: $(UNICODEVO) +classes: $(CLASSESVO) +program: $(PROGRAMVO) +structures: $(STRUCTURESVO) +vectors: $(VECTORSVO) noreal: logic arith bool zarith qarith lists sets fsets relations \ wellfounded setoids sorting |
