Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Improve `make help` #122

Open vornkat-iis opened 8 months ago

vornkat-iis commented 8 months ago

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