From fb19301e1330334e3fb4c93347ca1e061191872d Mon Sep 17 00:00:00 2001 From: Miroslaw Opoka Date: Fri, 5 Apr 2024 01:03:26 +0200 Subject: [PATCH] run depends on build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86008dc..6d1deb9 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ debug_san: rm -f compile_commands.json ln -s ${BUILD_DIR}_debug_cpu_native/compile_commands.json -debug_run: +debug_run: debug_san ./build_debug_cpu_native/bin/ecb_server --xml_file tests/data/hist.xml --port 8080 tests: debug