Skip to content

Commit a186012

Browse files
committed
Makefile: mrproper target
1 parent 97d1d2f commit a186012

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ clean:
2929
rm -rf node_modules
3030
rm -rf dist
3131
rm -rf src-tauri/target
32+
33+
.PHONY: mrproper
34+
mrproper: clean
35+
rm -rf src-tauri/bindings

0 commit comments

Comments
 (0)