From 4db5f4ae91cc5b9139e3f2e1208e2ec032a89ebf Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 May 2026 23:48:15 +0200 Subject: Add global Meson build system This commit fully introduces Meson as a build system for this repository. It makes sure the frontend page is built with Hugo before the Go executable is built and embeds the frontend. --- frontend/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/meson.build') diff --git a/frontend/meson.build b/frontend/meson.build index e387145..b0c4b2f 100644 --- a/frontend/meson.build +++ b/frontend/meson.build @@ -12,7 +12,7 @@ endforeach subdir('layouts') -custom_target( +frontend = custom_target( output : 'public', command : [ hugo, -- cgit v1.3