diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-12 09:06:48 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-12 09:06:48 +0000 |
commit | 5f85121769d962707ebdb9519471d200b3d1d8c9 (patch) | |
tree | 41b5803625b043eaf6b10917bb3c71b4031460bc | |
parent | bbadf2f31be926a9755548d7a2e9e96444224ec9 (diff) | |
download | 3dee-5f85121769d962707ebdb9519471d200b3d1d8c9.tar.gz 3dee-5f85121769d962707ebdb9519471d200b3d1d8c9.tar.bz2 3dee-5f85121769d962707ebdb9519471d200b3d1d8c9.zip |
add a workspace setup script.
-rwxr-xr-x | .workspace | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.workspace b/.workspace new file mode 100755 index 0000000..c39eb66 --- /dev/null +++ b/.workspace @@ -0,0 +1,6 @@ +#!/bin/rc +bind -bc ../libgraphics libgraphics +bind -bc ../libobj libgraphics/libobj +bind -bc ../libobj libobj + +B *.[hc] mkfile readme |