From 6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 1 Jun 2022 07:43:09 +0300 Subject: Makefile: POSIXify Makefile now compatible with gmake, bmake, smake and pdpmake. --- tools/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/test.sh') diff --git a/tools/test.sh b/tools/test.sh index 15cff88..536d240 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -1,8 +1,8 @@ #!/bin/sh dir=`cd $(dirname "$0"); pwd` -bin=$dir/../obj/qbe -binref=$dir/../obj/qbe.ref +bin=$dir/../qbe +binref=$dir/../qbe.ref tmp=/tmp/qbe.zzzz -- cgit 1.4.1