From cfa648d2b69bdb26bdbb0a9096780d7721c99da3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 May 2026 23:56:18 +0200 Subject: Add `run` target This allows to easily run the server with a single `meson compile -C build run` during development. --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meson.build b/meson.build index 5ee335b..0bd75d3 100644 --- a/meson.build +++ b/meson.build @@ -24,3 +24,10 @@ finserv_linux_amd64 = custom_target( depends : frontend, build_by_default : true, ) + +run_target( + 'run', + command : [ + finserv_linux_amd64, + ], +) -- cgit v1.3