alelievr/libft-unit-test

No rule to make target 'so' ?

lkindere opened this issue · 1 comments

It seems to compile everything to libft.a but then afterwards I get this error:

make[2]: *** No rule to make target 'so'. Stop.
make[1]: *** [Makefile:162: libft.so] Error 2

What could be the cause?

(I get no errors when I run my own makefile and can compile libft.a fine)

I found this post #118 (comment)
However, it does not work for me, I am running windows with WSL as well.