zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Rename js Makefile dist target to srcs #2247

Closed pepone closed 1 month ago

pepone commented 1 month ago

A minor fix for JavaScript build, we use srcs as the target name for building the sources everywhere except in this Makefile.

After this fix you can use make srcs in the top-level to build all srcs targets.