diff options
Diffstat (limited to 'vhook/Makefile')
-rw-r--r-- | vhook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index e6755cc..898dbb4 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -13,7 +13,7 @@ ifeq ($(HAVE_IMLIB2),yes) HOOKS += imlib2.so endif -all: $(HOOKS) hooks.html +all: $(HOOKS) install: install -s -m 755 $(HOOKS) $(INSTDIR) |