diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |