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
Running `make all` would fail:
make: *** No rule to make target `bin/TestDebug/Java.Interop.Tools.JavaCallableWrappers-Tests.dll', needed by `all'.
Stop.
This happened because
`Java.Interop.Tools.JavaCallableWrappers-Tests.dll` was part of
`$(TESTS)`, which is a dependency of the `all` target, but there
wasn't a rule to create that file.
Add a rule to create
`bin/TestDebug/Java.Interop.Tools.JavaCallableWrappers-Tests.dll`.
0 commit comments