forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
321 B
Text
14 lines
321 B
Text
mmake is a small and effective script that will create a Makefile for Your
|
|
Java files, ready to compile.
|
|
|
|
The Makefile generated with mmake supports:
|
|
- Packages
|
|
- JavaDoc
|
|
- Clean up
|
|
- C-preprocessor
|
|
- Jar file
|
|
- Install
|
|
- Uninstall
|
|
- Dependencies
|
|
|
|
WWW: http://www.tildeslash.com/mmake/
|