Skip to content

Commit

Permalink
dev: watch commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Apr 18, 2022
1 parent a5c42fa commit 0b86ef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -13,3 +13,8 @@ lint:
docgen:
nvim --headless --noplugin -u scripts/minimal_init.vim -c "luafile ./scripts/gendocs" -c 'qa'

watchlua:
cargo watch -x 'build -p libxcodebase' -w 'Cargo.toml' -w 'src' -w 'lua/xcodebase/Cargo.toml' -w 'lua/xcodebase/lib.rs'

watchdaemon:
RUST_LOG="xcodebase=debug" cargo watch -x 'run --bin xcodebase-daemon --features=daemon' -w 'src' -w 'Cargo.toml'

0 comments on commit 0b86ef7

Please sign in to comment.