diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-12 09:07:02 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-12 09:07:02 +0000 |
commit | 76ce56250c48af053aa08d0cea613962a75c5cbe (patch) | |
tree | b5b2fd93648b8bc35e2c489d983e42ca4b557ddd /.workspace | |
parent | 09ffa3cfc72a10e82c5c68f4010d1c518f0c3328 (diff) | |
download | libgraphics-76ce56250c48af053aa08d0cea613962a75c5cbe.tar.gz libgraphics-76ce56250c48af053aa08d0cea613962a75c5cbe.tar.bz2 libgraphics-76ce56250c48af053aa08d0cea613962a75c5cbe.zip |
add a workspace setup script.
Diffstat (limited to '.workspace')
-rwxr-xr-x | .workspace | 4 |
1 files changed, 4 insertions, 0 deletions
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 |