diff options
| author | Gaëtan Gilbert | 2020-10-22 15:30:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-11-20 16:52:58 +0100 |
| commit | 76ab524320e3d4c006c6c94372e0cfda2b62c76e (patch) | |
| tree | 043f0194d8956e15701cb083ebcd68c21b1aa13c /Makefile.make | |
| parent | 614675fa5337cca0621ae7a65d4fd47a6ad8f788 (diff) | |
Build all_stdlib.v in test suite makefile
instead of recursive make
Diffstat (limited to 'Makefile.make')
| -rw-r--r-- | Makefile.make | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.make b/Makefile.make index 34f5707ae8..2f6781439c 100644 --- a/Makefile.make +++ b/Makefile.make @@ -253,7 +253,6 @@ docclean: archclean: clean-ide optclean voclean plugin-tutorialclean rm -rf _build _build_boot - rm -f $(ALLSTDLIB).* optclean: rm -f $(COQTOPEXE) $(CHICKEN) $(TOPBINOPT) |
