diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ all: hardlinkedbackups.8 backup lastBackups %: %.in sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ -.PHONY: install dist clean +.PHONY: install clean install: all install -D -m0755 -t $(DESTDIR)$(BINDIR) backup lastBackups |