Skip to content

buzztty/golang_makefile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang Makefile Example

Getting started

// get project files
git clone git clone https://github.com/verybluebot/golang_makefile.git

Then cd into project root directory and use make utility to build the binary:

make all

Now you can go on and create your own program using this as a template!

Or you can get only the makefile and copy it to your project:

// using wget:
wget https://raw.githubusercontent.com/verybluebot/golang_makefile/master/makefile

// using curl:
curl -O https://raw.githubusercontent.com/verybluebot/golang_makefile/master/makefile

Just dont forget to change the EXENAME varaible in the makefile to whatever name you called your main package

This is My JOB, I like it.

About

Basic makefile example for golang projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 88.2%
  • Go 11.8%