Skip to content

Commit 56ad553

Browse files
committed
Also clean project/target
1 parent 371134b commit 56ad553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ help:
77

88
.PHONY: clean # Clean output files (target dir)
99
clean:
10-
rm -rf target/
10+
rm -rf target/ project/target/
1111

1212
.PHONY: build # Build the project and the plugin package
1313
build:

0 commit comments

Comments
 (0)