Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vhook/Makefile')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index a3566821e5..0f49299e3c 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -30,7 +30,7 @@ imlib2.so: imlib2.o
$(CC) -g -o $@ $(SHFLAGS) $<
clean:
- rm -f *.o *.d *.so *~
+ rm -f *.o *.d .depend *.so *~
ifneq ($(wildcard .depend),)
include .depend