makekit
makekit copied to clipboard
How to create uer defined modules?
When I was going through the user manual of MakeKit on its website, I found in the MakeKitBuild file, we must first use the MODULES to include the all the modules that would be used in our project. My question is:
- Is there a list describing all the built-in modules that we could use and how it is used;
- How could we define a user defined module and make it work. If anyone konws the answer, please! Thanks a lot!