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

Latest commit

 

History

History
32 lines (21 loc) · 623 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 623 Bytes

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