Skip to content

Commit

Permalink
brush upbrush up
Browse files Browse the repository at this point in the history
  • Loading branch information
ROZ-MOFUMOFU-ME committed May 24, 2024
1 parent 82e3d7f commit db190a2
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,5 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml

build/
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"files.associations": {
"sha256.h": "c"
"sha256.h": "c",
"stdlib.h": "c",
"errno.h": "c"
}
}
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ endif

quiet_cmd_regen_makefile = ACTION Regenerating $@
cmd_regen_makefile = cd $(srcdir); /usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/aoi/.cache/node-gyp/16.20.2" "-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/aoi/.cache/node-gyp/16.20.2/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/aoi/node-multi-hashing" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/aoi/node-multi-hashing/build/config.gypi -I/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/aoi/.cache/node-gyp/16.20.2/include/node/common.gypi "--toplevel-dir=." binding.gyp
Makefile: $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/../.cache/node-gyp/16.20.2/include/node/common.gypi $(srcdir)/../../../usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi
Makefile: $(srcdir)/../../../usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../.cache/node-gyp/16.20.2/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi
$(call do_cmd,regen_makefile)

# "all" is a concatenation of the "all" targets from all the included
Expand Down
Loading

0 comments on commit db190a2

Please sign in to comment.