From a88ad680422949dfe2d16a544a529649c6d07109 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 31 May 2021 17:08:09 +0100 Subject: Update build system to the latest luiml version --- test.do | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test.do') diff --git a/test.do b/test.do index 158390a..f878369 100644 --- a/test.do +++ b/test.do @@ -1,3 +1,4 @@ -#!/bin/bash -deps=(common.o pack.o test.o trace.o unpack.o) -. ./link +#!/bin/bash -e +objects=(common.o pack.o test.o trace.o unpack.o) +redo-ifchange .link-executable "${objects[@]}" +. ./.link-executable -- cgit v1.2.3-54-g00ecf