From 76ce56250c48af053aa08d0cea613962a75c5cbe Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 12 Sep 2024 09:07:02 +0000 Subject: add a workspace setup script. --- .workspace | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .workspace diff --git a/.workspace b/.workspace new file mode 100755 index 0000000..0256c96 --- /dev/null +++ b/.workspace @@ -0,0 +1,4 @@ +#!/bin/rc +bind -bc ../libobj libobj + +B *.[hc] mkfile readme doc/*.ms -- cgit v1.2.3