Skip to content
New issue

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

Improve make help #122

Open
vornkat-iis opened this issue Jan 19, 2024 · 0 comments
Open

Improve make help #122

vornkat-iis opened this issue Jan 19, 2024 · 0 comments

Comments

@vornkat-iis
Copy link
Collaborator

The current output for make help looks like this:

The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... edit_cache
... install
... install/local
... install/strip
... list_install_components
... rebuild_cache
... coverage
... doc
... run_test
... gtest
... gtest_main
... japi
... japi-static
... japi_objs
... testsuite
... src/creadline.o
... src/creadline.i
... src/creadline.s
... src/japi.o
... src/japi.i
... src/japi.s
... src/japi_pushsrv.o
... src/japi_pushsrv.i
... src/japi_pushsrv.s
... src/japi_utils.o
... src/japi_utils.i
... src/japi_utils.s
... src/networking.o
... src/networking.i
... src/networking.s
... src/rw_n.o
... src/rw_n.i
... src/rw_n.s
... test/japi_test.o
... test/japi_test.i
... test/japi_test.s

Reduce to actual targets and add descriptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant