From dc8c1eba9a6276e651e188f3a0c221f587a3e800 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 31 Jul 2015 16:26:13 -0700 Subject: [PATCH] fix a copy/paste bug --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index bdc457a..5e8455c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -31,7 +31,7 @@ test_dlist: laketest.o test_dlist.o test_env: laketest.o test_env.o $(CC) $(CFLAGS) $^ $(OBJS) -o $@ - @./test_eval + @./test_env @echo test_eval: laketest.o test_eval.o