Skip to content

lazynessmind/jake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jake - same as make but for java

Warning: This is a WIP and my knowledge of C++ isn't the best of all time. Feel free to improve everthing!

Simple build system for java. The idea came from the simple make build system for C and C++. Both Gradle and Maven are useful but requires basic knowledge and has a lot of boilerplate.

Note: Only tested on Linux Ubuntu 21

Documentation:

Jakefile: docs/jakefile.md.
TODO: docs/todo.md.
Usage: docs/usage.md.

Build jake:

  • Requires:
    • cmake
git clone https://github.com/lazynessmind/jake.git
cd jake
cmake .
make

Third Party Software

About

Java Build Tool. Just like Make but for Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages