alelievr / libft-unit-test

453 stars 88 forks source link

No rule to make target 'so' ? #122

Closed lkindere closed 2 years ago

lkindere commented 2 years ago

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)

lkindere commented 2 years ago

I found this post https://github.com/alelievr/libft-unit-test/pull/118#issue-1094065456 However, it does not work for me, I am running windows with WSL as well.