Skip to content

Commit 8485a06

Browse files
committed
Make make clean clean everything in analysis/
1 parent 285657c commit 8485a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test: dce tests/node_modules/.bin/rescript
4040
./test.sh
4141

4242
clean:
43-
git clean -dfx src
43+
git clean -dfx .
4444

4545
.DEFAULT_GOAL := build-native
4646

0 commit comments

Comments
 (0)