cbuild and makefile
This commit is contained in:
parent
f09aa092c1
commit
fed82e58d3
3
Makefile
3
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
|
||||
|
||||
2
cbuild
2
cbuild
@ -1 +1 @@
|
||||
Subproject commit af91a8927b5c33350af093d324c2106c9a193a1d
|
||||
Subproject commit cd6b3dfa1e2f6fc78257f55f611c13272f09686e
|
||||
Loading…
Reference in New Issue
Block a user