File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,18 @@ checkformat:
82
82
clean-gentype :
83
83
make -C jscomp/gentype_tests/typescript-react-example clean
84
84
85
+ clean-rewatch :
86
+ cargo clean --manifest-path rewatch/Cargo.toml && rm -f rewatch/rewatch
87
+
85
88
clean :
86
89
dune clean
87
90
./scripts/ninja.js clean && rm -f ninja/ninja
88
91
89
- clean-all : clean clean-gentype
92
+ clean-all : clean clean-gentype clean-rewatch
90
93
91
94
dev-container :
92
95
docker build -t rescript-dev-container docker
93
96
94
97
.DEFAULT_GOAL := build
95
98
96
- .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
99
+ .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
You can’t perform that action at this time.
0 commit comments