1
0
Fork 1
mirror of https://github.com/mistricky/codesnap.nvim.git synced 2025-02-20 06:57:28 -08:00
codesnap.nvim/makefile

14 lines
268 B
Makefile
Raw Normal View History

2024-02-21 03:27:20 -08:00
build:
make build_preview_client
make build_server
make make_static_files
build_preview_client:
cd snap-client && npm install && npm run build
build_server:
cd snap-server && cargo build --release
make_static_files:
cp -r snap-client/build snap-server/public