Commit 76def09a authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Clarify that npm run make is an alias

parent 292053f4
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -83,6 +83,7 @@ Implement `make` **asynchronously** in Node.js.
### Rules
Your program will be run as `npm run make makefile.js target1 ... targetN`.
`npm run make` runs the `make.js` program with `node`.
`makefile.js` is a Node.js file that exports an array of all available rules to build files.
Each rule has the following structure:
```ts
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment