From 22704e2bb45c02192a42821e1f54a40e3b6735a2 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Fri, 23 Jan 2009 23:33:02 +0100 Subject: [PATCH] Remove .pyc files from icons folder on clean --- src/MacVim/icons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/icons/Makefile b/src/MacVim/icons/Makefile index ed14ee21ab..71c24a8432 100644 --- a/src/MacVim/icons/Makefile +++ b/src/MacVim/icons/Makefile @@ -8,4 +8,4 @@ $(OUTDIR)/MacVim-generic.icns: make_icons.py vim-noshadow-512.png clean: $(MAKE) -C makeicns clean - rm -f $(OUTDIR)/MacVim-*.icns + rm -f $(OUTDIR)/MacVim-*.icns *.pyc