nodejs binding make build should do less

This commit is contained in:
dancoffman 2022-11-03 23:27:21 -07:00
parent a29b1580bd
commit 09d84058a8
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ clean:
rm -f *.o rm -f *.o
build: kzg.cxx kzg.ts package.json binding.gyp Makefile build: kzg.cxx kzg.ts package.json binding.gyp Makefile
cd ../../src; make lib
yarn node-gyp rebuild yarn node-gyp rebuild
test: build test: build