UNPKG

@ibm/sourceorbit

Version:

IBM i dependency management tool

8 lines (7 loc) 271 B
import { Targets } from "../../targets"; import { MakeProject } from "."; /** * Scan for all ibmi-bob rules.mk files and read attributes and custom * dependencies into the targets. */ export declare function readAllRules(targets: Targets, project: MakeProject): void;