We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d1d2f commit a186012Copy full SHA for a186012
Makefile
@@ -29,3 +29,7 @@ clean:
29
rm -rf node_modules
30
rm -rf dist
31
rm -rf src-tauri/target
32
+
33
+.PHONY: mrproper
34
+mrproper: clean
35
+ rm -rf src-tauri/bindings
0 commit comments