Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 275 Bytes

math.mk

Simple addition, subtraction, and for loops in make, using pure make, no shell interaction.

Computations done in decimal, so the size of the numbers is unbounded.

Only tested in gnumake, v3.8.1 and v4.0 (!).

Released under the WTFPL, version 2 (included)