skywater-pdk/docs/contents/libraries/Makefile

7 lines
145 B
Makefile

update:
for i in ../../../libraries/*; do \
if [ ! -d $$i ]; then continue; fi; \
ln -sf -T $$i/latest $$(basename $$i); \
done
git add *