This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
build [2025/05/31 19:32] – admin | build [2025/05/31 19:39] (current) – [0. Prerequisite: Install GNU Make] admin | ||
---|---|---|---|
Line 18: | Line 18: | ||
==== 0. Prerequisite: | ==== 0. Prerequisite: | ||
- | - Download `make.exe` (Windows 32-bit) from a trusted GNU source. | + | - Download `make.exe` (Windows 32-bit) from https:// |
- | - Place it in `C: | + | - Place it in `C: |
- Add this path to your **System PATH environment variable** so `make` can be used globally. | - Add this path to your **System PATH environment variable** so `make` can be used globally. | ||
Line 34: | Line 34: | ||
Here’s a working example: | Here’s a working example: | ||
- | ```make | + | < |
+ | make | ||
SRC_DIR ?= D:/ | SRC_DIR ?= D:/ | ||
DST_DIR ?= D:/ | DST_DIR ?= D:/ | ||
Line 46: | Line 47: | ||
if not exist $(subst /, | if not exist $(subst /, | ||
copy $(subst /, | copy $(subst /, | ||
+ | |||
+ | </ | ||
---- | ---- | ||
[[advanced? | [[advanced? | ||