2019-12-21 18:38:02 +00:00
|
|
|
default:
|
2019-04-16 11:21:31 +00:00
|
|
|
$(CC) build.c
|
|
|
|
./a.out || build.exe
|
2021-10-24 21:07:44 +00:00
|
|
|
upload_host:
|
|
|
|
git fetch origin binaries:binaries
|
|
|
|
git checkout binaries
|
|
|
|
cp dist/*.node .
|
|
|
|
git add *.node
|
|
|
|
git commit -m "Manually updated host binaries"
|
|
|
|
git push origin binaries
|
|
|
|
git checkout master
|