[UPD] makefile: more clean move make.private.Makefile to conf
This commit is contained in:
parent
cde4320dc2
commit
5bb9812fd8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ endif
|
||||||
-include ./conf/make.todo.Makefile
|
-include ./conf/make.todo.Makefile
|
||||||
|
|
||||||
# Include private Makefile
|
# Include private Makefile
|
||||||
-include make.private.Makefile
|
-include ./conf/make.private.Makefile
|
||||||
|
|
||||||
# Example for update
|
# Example for update
|
||||||
.PHONY: custom_run_example
|
.PHONY: custom_run_example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue