From fed82e58d30615379e811aa9068c9002c0576179 Mon Sep 17 00:00:00 2001 From: timerix Date: Mon, 16 Jan 2023 03:12:38 +0600 Subject: [PATCH] cbuild and makefile --- Makefile | 3 ++- cbuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c61ed41..82fdff2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ ###### Build cbuild/default_tasks ####### +all: build_exec + build_exec: @cbuild/call_task.sh build_exec build_exec_dbg: @@ -21,4 +23,3 @@ exec: build_exec valgrind: build_exec_dbg @cbuild/call_task.sh valgrind -all: build_exec diff --git a/cbuild b/cbuild index af91a89..cd6b3df 160000 --- a/cbuild +++ b/cbuild @@ -1 +1 @@ -Subproject commit af91a8927b5c33350af093d324c2106c9a193a1d +Subproject commit cd6b3dfa1e2f6fc78257f55f611c13272f09686e