commit 3b8f60242c3141e221bd8956096f4082cd6eb97f parent 1271c751ed83ba792b706dfcfe96180f49c8a894 Author: Bor Grošelj Simić <bor.groseljsimic@telemach.net> Date: Sun, 26 Dec 2021 16:36:16 +0100 tests/Makefile: remove an unused recipe Signed-off-by: Bor Grošelj Simić <bor.groseljsimic@telemach.net> Diffstat:
M | tests/Makefile | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile @@ -1,10 +1,4 @@ check: @./tests/run -tests/rt.o: tests/rt.ha - @printf 'HARECC\t%s\t$@\n' "tests/rt" - @HARECACHE=\$(HARECACHE) ./harec -o tests/rt.ssa tests/rt.ha - @\$(QBE) -o tests/rt.s tests/rt.ssa - @\$(CC) -c -o tests/rt.o tests/rt.s - .PHONY: check clean-tests