Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-20 00:27:33 +0300
committerPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-20 00:27:33 +0300
commitd7a232364fdc107f51dcf3d086215f55b71a8959 (patch)
treee5f88b4a9f3c725acf1884d73eb108a3dd248ec6 /Makefile
parentf7580e7ce964c4b53247c4ddab27aaea1a4b226a (diff)
Update infrastructure to the fact that the bench directory has been deletedHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64e7b39..502b7ae 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ doc: html doc/depend.png
clean:
cd tests && $(MAKE) clean
cd example && $(MAKE) clean
- cd bench && $(MAKE) clean
$(RM) README.html depend.dot
$(RM) -r 'm_lib-$(VERSION)'
$(RM) 'm_lib-$(VERSION).tar.bz2'