From bdf186e13258abd9c5fb932d84a7ea1e15c7d933 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Tue, 18 Jul 2023 17:31:21 +0200 Subject: This test was basically a duplicate, remove it --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3