We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run make -C src run I get
make -C src run
gmake: Entering directory '/mnt/work/opam2web/src' gmake: *** No rule to make target 'run'. Stop. gmake: Leaving directory '/mnt/work/opam2web/src'
I'm running this on FreeBSD, so gmake is the same as make on linux. In fact, there's no makefile in src directory.
gmake
make
src
The text was updated successfully, but these errors were encountered:
Seems that the documentation hasn't been updated since a long time. it's obsolete
Sorry, something went wrong.
No branches or pull requests
When I try to run
make -C src run
I getI'm running this on FreeBSD, so
gmake
is the same asmake
on linux.In fact, there's no makefile in
src
directory.The text was updated successfully, but these errors were encountered: