[fix] makefile
This commit is contained in:
parent
94f388eb71
commit
cf526e17c9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ default: node_modules ${dir_build}/aum
|
|||
|
||||
.PHONY: node_modules
|
||||
node_modules:
|
||||
@ ${cmd_mkdir} ${dir_build}/node_modules
|
||||
@ ${cmd_log} "node modules …"
|
||||
@ ${cmd_cp} -r -u ${dir_lib}/node/node_modules/* ${dir_build}/node_modules/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue