fix a copy/paste bug

This commit is contained in:
Sami Samhuri 2015-07-31 16:26:13 -07:00
parent 90b0e548bd
commit dc8c1eba9a

View file

@ -31,7 +31,7 @@ test_dlist: laketest.o test_dlist.o
test_env: laketest.o test_env.o test_env: laketest.o test_env.o
$(CC) $(CFLAGS) $^ $(OBJS) -o $@ $(CC) $(CFLAGS) $^ $(OBJS) -o $@
@./test_eval @./test_env
@echo @echo
test_eval: laketest.o test_eval.o test_eval: laketest.o test_eval.o