panux / go-makefile

A go package for generating Makefiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A go package for generating Makefiles

License:MIT License


Languages

Language:Go 100.0%