From 09d84058a87025b774b05e8172de7cd4c9a76ea3 Mon Sep 17 00:00:00 2001 From: dancoffman Date: Thu, 3 Nov 2022 23:27:21 -0700 Subject: [PATCH] nodejs binding make build should do less --- bindings/node.js/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/node.js/Makefile b/bindings/node.js/Makefile index 387b75b..f52fcb3 100644 --- a/bindings/node.js/Makefile +++ b/bindings/node.js/Makefile @@ -7,7 +7,6 @@ clean: rm -f *.o build: kzg.cxx kzg.ts package.json binding.gyp Makefile - cd ../../src; make lib yarn node-gyp rebuild test: build