makefile

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Makefile

type Makefile struct {
	Targets []string
}

func ParseMakefile

func ParseMakefile(file io.Reader) (*Makefile, error)

type Target

type Target struct {
	Name string
	Body string
}

func GetTarget

func GetTarget(name string, f io.Reader) *Target

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL