Make target nodejs aggregate

[GitHub #53 #66]
This commit is contained in:
Aoran Zeng
2024-09-10 18:59:13 +08:00
parent 2d0fb8ce56
commit fc6131283c
4 changed files with 54 additions and 36 deletions

View File

@@ -28,10 +28,13 @@
#include "recipe/lang/Ruby.c"
#include "recipe/lang/Python.c"
#include "recipe/lang/Node.js/Node.js.c"
#include "recipe/lang/Node.js/common.h"
#include "recipe/lang/Node.js/npm.c"
#include "recipe/lang/Node.js/pnpm.c"
#include "recipe/lang/Node.js/Yarn.c"
#include "recipe/lang/Node.js/Node.js.c"
#include "recipe/lang/Perl.c"
#include "recipe/lang/PHP.c"
#include "recipe/lang/Lua.c"