We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371134b commit 56ad553Copy full SHA for 56ad553
Makefile
@@ -7,7 +7,7 @@ help:
7
8
.PHONY: clean # Clean output files (target dir)
9
clean:
10
- rm -rf target/
+ rm -rf target/ project/target/
11
12
.PHONY: build # Build the project and the plugin package
13
build:
0 commit comments