mirror of
https://github.com/jakcron/nstool.git
synced 2025-08-03 23:51:19 +00:00
Added deps task to task all
Executing task "all" now executed the task "deps" too. A simple quality of life improvement.
This commit is contained in:
parent
d87c0fcf1c
commit
441e166eaf
2
makefile
2
makefile
|
@ -116,7 +116,7 @@ TESTSRC_OBJ = $(foreach dir,$(PROJECT_TESTSRC_SUBDIRS),$(subst .cpp,.o,$(wildcar
|
|||
# - 'program' for building source as executable program
|
||||
# - 'test_program' for building the test program
|
||||
# test_program can be used with program or static_lib, but program and static_lib cannot be used together
|
||||
all: program
|
||||
all: deps program
|
||||
|
||||
clean: clean_object_files remove_binary_dir
|
||||
|
||||
|
|
Loading…
Reference in a new issue