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 b22906b commit f351a42Copy full SHA for f351a42
script/clean.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+echo removing object files...
4
+find ./libpg_query/ -name "*.a" | xargs rm
5
6
+echo clearing build...
7
+rm -rf build/*
0 commit comments