mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
fix a copy/paste bug
This commit is contained in:
parent
90b0e548bd
commit
dc8c1eba9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue