aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-12-13 10:20:22 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-12-13 10:20:22 +0200
commit7ee0a6f2cad69d1a013befc758022e9ae22ceb1e (patch)
treefb7b7a51c52a9bfcae1d6b2470126463d2dbf264 /Makefile
parentb39dbcf3b51edfb1213bc345a5395c567042a0c0 (diff)
downloadmendeleev-7ee0a6f2cad69d1a013befc758022e9ae22ceb1e.tar.gz
Make primary a tree-based implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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.*