From e454c59b290177393464c61364c0184da33e4ec0 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Wed, 15 Mar 2023 21:32:19 +0100 Subject: [PATCH] add make as built-time dependency for the generic instructions section --- hacking.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hacking.md b/hacking.md index d09406f..1acb7b1 100644 --- a/hacking.md +++ b/hacking.md @@ -32,6 +32,7 @@ packages from source requires additional build-time dependencies: * `sassc` for CSS pre-processing * `minify` for minifying CSS * `go` for compiling the Go APIs +* `make` for making ## Generic instructions -- 2.45.2