24 Forks
191 Stars
191 Watchers

make

:book::book::book::book::book: 写给软件工程师看的硬件编程指南

How to download and setup make

Open terminal and run command
git clone https://github.com/phodal/make.git
git clone is used to create a copy or clone of make repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with make https://github.com/phodal/make/archive/master.zip

Or simply clone make with SSH
[email protected]:phodal/make.git

If you have some problems with make

You may open issue on make support forum (system) here: https://github.com/phodal/make/issues