You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@(if ! [ -d libpaper ]; then if [ -d $(LIBPAPER) ]; then echo "Linking to $(LIBPAPER)"; ln -sf $(LIBPAPER) ./libpaper; else echo "Couldn't link to $(LIBPAPER), since it doesn't exist. Clone it?: 'cd ..; git clone [email protected]:NVSL/libpaper.git'"; fi; else echo "Using this libpaper:"; ls -ld libpaper;fi)