Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

go-make/example-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-simple

This repo is a super-simple example of how to use go-make.

Building the code

Since it's all about makefiles, try this:

make

Exploring

Various files in this repo have been generated automatically by the go-make scaffolding.

Try the following:

go get github.com/go-make/make/...
go-make init -f

The second line there should force recreation of all files that have been auto-created. With luck, you'll find that git status reports no changes!

You can also try removing them to see what's left:

rm -f $(go-make manifest)
git status

Releases

No releases published

Packages

No packages published