From d7998266416f7eb35e129c25182c67441ffa2d0a Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 17 Jul 2019 11:25:29 +0200 Subject: (#141) Started to port the new Makefile to rules.mk. Ported binary_search --- test/monniaux/binary_search/make.proto | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/monniaux/binary_search/make.proto (limited to 'test/monniaux/binary_search/make.proto') diff --git a/test/monniaux/binary_search/make.proto b/test/monniaux/binary_search/make.proto deleted file mode 100644 index 337751bb..00000000 --- a/test/monniaux/binary_search/make.proto +++ /dev/null @@ -1,2 +0,0 @@ -target: binary_search -measures: ["random fill", search1] -- cgit