summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index edef168..00f1816 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,8 @@ lib/%.o: lib/%.asm
tests/%.run: tests/%.c liblinen.so linen.h
gcc -L . -llinen -I . -o $@ $<
-tests: tests/test01.run tests/test02.run
+tests: tests/test01.run
LD_LIBRARY_PATH=. ./tests/test01.run
- LD_LIBRARY_PATH=. ./tests/test02.run
.PHONY: clean
clean: