summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-10-23 14:44:36 -0400
committerCorey Farrell <git@cfware.com>2017-10-23 13:46:02 -0500
commita9ee06b4976b5866daca6ff5a4ed0fde54bfe972 (patch)
tree0a16593715ec3d2a1a4a2ba14721f3724267e194 /main/Makefile
parent415c8e9c8f2ffba1dd49d6f31688674e6403c8c6 (diff)
main/Makefile: Remove rule for non-existant testexpr2.
Change-Id: Ibb3e47f27a395d74d8c5263db015b05434f5969b
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/Makefile b/main/Makefile
index e64aace26..968f74658 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -142,12 +142,6 @@ endif
ast_expr2f.o: _ASTCFLAGS+=-Wno-unused
cdr.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
-testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2.c
- $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
- rm ast_expr2.o ast_expr2f.o
-
ifneq ($(LIBEDIT_INTERNAL),no)
LIBEDIT_OBJ=editline/libedit.a
LIBEDIT_INCLUDE=-I. -Ieditline