From 7ee0a6f2cad69d1a013befc758022e9ae22ceb1e Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 13 Dec 2022 10:20:22 +0200 Subject: Make primary a tree-based implementation --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51fcc76..49a7570 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ BINARIES := \ mendeleev-f \ mendeleev-hs \ mendeleev-py \ - mendeleev-tree-c \ LISP := \ clisp:mendeleev.lisp \ @@ -53,7 +52,6 @@ prof: \ prof-mendeleev-f.txt \ prof-mendeleev-hs.txt \ prof-mendeleev-py.txt \ - prof-mendeleev-tree-c.txt \ %.gmon: % $(RM) $<-gmon.* -- cgit v1.2.3