Sign in
foss-eda-tools
/
skywater-pdk
/
60fe154d3b573493c78daae454949ff96547cafe
/
.
/
docs
/
contents
/
libraries
/
Makefile
blob: 42c838866d276442536d857d01c34241419d4cc9 [
file
] [
log
] [
blame
]
update
:
for
i
in
../../../
libraries
/*;
do
\
if
[
!
-
d $$i
];
then
continue
;
fi
;
\
ln
-
sf
-
T $$i
/
latest $$
(
basename $$i
);
\
done
git add
*