Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 595 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 595 Bytes

go-makefile GoDoc Build Status

A go package for generating Makefiles

Example

See example/self.go for an example. To try this first run go run self.go. This will generate self.mk. Now you can run make and the generated makefile will compile self.go and use it to re-generate the makefile.