From 62963a856d3e712b2e583feef8866844ec321cf2 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 12 Sep 2020 00:53:08 +0100 Subject: Implement a basic pack function --- test.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.do') diff --git a/test.do b/test.do index 23f1a0d..f599d5f 100644 --- a/test.do +++ b/test.do @@ -1,3 +1,3 @@ #!/bin/bash -deps=(test.o common.o unpack.o trace.o) +deps=(test.o common.o pack.o unpack.o trace.o) . ./link -- cgit v1.2.3-54-g00ecf