diff options
| author | Enrico Tassi | 2014-10-30 17:47:07 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-10-31 15:54:00 +0100 |
| commit | e6afe851f90c8a864c20fe287ee3a7d5e03c8b77 (patch) | |
| tree | 066a6a28a8493819f1ee02f31d9f8a27bb96f82e /Makefile.common | |
| parent | baef2bd34e1906ab56918c37a90c5468a4785656 (diff) | |
STM: reorganize code and file names
- proofworkertop to deal with proof tasks
- tacworkertop to deal with par: tactics
- queryworkertop to deal with queries (next commit)
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index b47a3e3224..297c046135 100644 --- a/Makefile.common +++ b/Makefile.common @@ -165,7 +165,7 @@ CORECMA:=lib/clib.cma lib/lib.cma kernel/kernel.cma library/library.cma \ parsing/parsing.cma printing/printing.cma tactics/tactics.cma \ stm/stm.cma toplevel/toplevel.cma parsing/highparsing.cma tactics/hightactics.cma -TOPLOOPCMA:=stm/stmworkertop.cma stm/tacworkertop.cma +TOPLOOPCMA:=stm/proofworkertop.cma stm/tacworkertop.cma stm/queryworkertop.cma GRAMMARCMA:=tools/compat5.cmo grammar/grammar.cma |
