make

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Make

func Make(args []string, env builtin.Environment, stdin io.Reader, stdout io.Writer, stderr io.Writer) int

Make implements the 'make' command.

Types

type Project

type Project struct {
	Name    string
	Targets map[string]*Target
}

type Target

type Target struct {
	Name      string
	Sources   []string
	Package   string
	DependsOn []string
	IsLibrary bool
	BuildEnv  map[string]string
}

Jump to

Keyboard shortcuts

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