uWebSockets.js/Makefile

12 lines
247 B
Makefile
Raw Permalink Normal View History

2019-12-21 18:38:02 +00:00
default:
$(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