makefile target 'all' moved to the top of file
This commit is contained in:
parent
3cead78559
commit
b514eda08d
@ -1,3 +1,5 @@
|
||||
all: build_exec
|
||||
|
||||
###### Build cbuild/default_tasks #######
|
||||
build_exec:
|
||||
@cbuild/call_task.sh build_exec
|
||||
@ -20,5 +22,3 @@ exec: build_exec
|
||||
|
||||
valgrind: build_exec_dbg
|
||||
@cbuild/call_task.sh valgrind
|
||||
|
||||
all: build_exec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user