Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 358 Bytes

File metadata and controls

10 lines (7 loc) · 358 Bytes

MakefileJava

A generic makefile for compiling java project.

For now, the makefile can compile java project with java packages.

Architecture : All your source files need to be in a folder named "src" (in lowercase).

This is a communautay project. I hope you will help me to improve it by reporting your tests, advices, bugs, or by improving it directly.