Skip to content

Commit

Permalink
add clean-rewatch recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Sep 27, 2024
1 parent 1fe36e0 commit dc06a5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,18 @@ checkformat:
clean-gentype:
make -C jscomp/gentype_tests/typescript-react-example clean

clean-rewatch:
cargo clean --manifest-path rewatch/Cargo.toml && rm -f rewatch/rewatch

clean:
dune clean
./scripts/ninja.js clean && rm -f ninja/ninja

clean-all: clean clean-gentype
clean-all: clean clean-gentype clean-rewatch

dev-container:
docker build -t rescript-dev-container docker

.DEFAULT_GOAL := build

.PHONY: build watch rewatch ninja bench dce test test-syntax test-syntax-roundtrip test-gentype test-all lib playground playground-cmijs playground-release artifacts format checkformat clean-gentype clean clean-all dev-container
.PHONY: build watch rewatch ninja bench dce test test-syntax test-syntax-roundtrip test-gentype test-all lib playground playground-cmijs playground-release artifacts format checkformat clean-gentype clean-rewatch clean clean-all dev-container

0 comments on commit dc06a5b

Please sign in to comment.