Build Golang projects properly with Makefiles(pt.slideshare.net)
pt.slideshare.net
Build Golang projects properly with Makefiles
http://pt.slideshare.net/RaPz1/build-golang-projects-properly-with-makefiles
http://pt.slideshare.net/RaPz1/build-golang-projects-properly-with-makefiles
Please don't do that. This ties the build process to be run from inside the git repository, which starts to be a problem if you have any sane method of code deployment (building source packages). Think of something different.
And yes, there is a typo in the build rules.