summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0184e08a..ea6aad5d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,17 +13,7 @@
13# See the License for the specific language governing permissions and 13# See the License for the specific language governing permissions and
14# limitations under the License. 14# limitations under the License.
15 15
16GERRIT_SRC=../gerrit
17GERRIT_MODULES=codereview froofle
18
19all: 16all:
20 17
21clean: 18clean:
22 find . -name \*.pyc -type f | xargs rm -f 19 find . -name \*.pyc -type f | xargs rm -f
23
24update-pyclient:
25 $(MAKE) -C $(GERRIT_SRC) release-pyclient
26 rm -rf $(GERRIT_MODULES)
27 (cd $(GERRIT_SRC)/release/pyclient && \
28 find . -type f \
29 | cpio -pd $(abspath .))