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
Thanks for pointing this out! There is indeed an error in the makefile - namely that in make clean we remove *o and not *.o. I've just changed this. I.e. making after clean should now work correctly.
make
works the first time but not after the second time after runningmake clean
To reproduce:
Then I get the error after the second
make
command:I currently get around the issue by cloning the repository from scratch.
The text was updated successfully, but these errors were encountered: