summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index d336d0445f..75dc4d8e11 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -44,6 +44,8 @@ clean:
distclean: clean
rm -f .depend
+.PHONY: all depend dep clean distclean install* uninstall*
+
ifneq ($(wildcard .depend),)
include .depend
endif