mmake
Makefile generator for Java programs
Install
- All systems
-
curl cmd.cat/mmake.sh
- Debian
-
apt-get install mmake
- Ubuntu
-
apt-get install mmake
- Kali Linux
-
apt-get install mmake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mmake
- Raspbian
-
apt-get install mmake
- Dockerfile
- dockerfile.run/mmake
mmake
Makefile generator for Java programs
mmake will generate a master Makefile for your Java programs. This generated Makefile fully understands the subdirectories that are required if your program consists of multiple packages. mmake also automatically generates dependencies, and can use the C preprocessor for Java programs and generate javadoc documentation. mmake defaults to using Sun's javac from the jdk but can easily use guavac or a different GPL alternative as well.